Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm uninstall - skip if not found #1249

Open
dormullor opened this issue Sep 14, 2023 · 0 comments
Open

helm uninstall - skip if not found #1249

dormullor opened this issue Sep 14, 2023 · 0 comments
Labels

Comments

@dormullor
Copy link

Hi,

Is it possible to skip the helm uninstall if the chart no longer exists when running terraform destroy?

The scenario is as follows:
In my kubernetes cluster, I installed nginx using the terraform helm provider, and then I deleted it with the helm delete command.
I want to run terraform destroy without getting an error that the nginx release does not exist.

I know I can delete the Terraform state, but I'm looking for a more convenient way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant