getporter / helm2-mixin

Helm mixin for Porter
https://porter.sh/mixins/helm
Apache License 2.0
13 stars 7 forks source link

uninstall should gracefully handle the release already being deleted #29

Closed carolynvs closed 5 years ago

carolynvs commented 5 years ago

When I try to uninstall a bundle, and the helm release is already gone, I get the following error

the release named "porter-ci-wordpress" is already deleted

and the action fails. The helm mixin should detect this and return a 0 exit code so that the uninstall passes.