Pre-proposal idea: introduce a new flag for helm uninstall "--fail-on-error" and a new release status "failed-uninstall"
mikeshngdev@...
Hi all, Following the HIP guide. I am looking for feedback regarding my idea below: https://github.com/helm/helm/blob/v3.4.2/pkg/action/uninstall.go#L122-L127 https://github.com/helm/helm/blob/v3.4.2/pkg/action/uninstall.go#L144-L150
https://github.com/helm/helm/blob/v3.4.2/pkg/action/uninstall.go#L81-L91 That's why I am sharing my idea of adding a new flag to helm uninstall "--fail-on-error". If this flag is enabled, and the helm uninstall completed with errors then update the release record to "failed-uninstall" status. |
|