gruntwork-io / kubergrunt

Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl. https://www.gruntwork.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--delete-local-data is deprecated; we should switch to --delete-emptydir-data

brikis98 opened this issue · comments

Slack thread for context.

kubergrunt eks deploy supports a --delete-local-data flag, but it looks like that has been deprecated:

Flag --delete-local-data has been deprecated, This option is deprecated and will be deleted. Use --delete-emptydir-data.

Looks like we need to switch to --delete-emptydir-data.