4 Commits

Author SHA1 Message Date
suzaku
48dbda2fa8 Fix #3352, add support for --ignore-not-found just like kubectl delete
Signed-off-by: suzaku <satorulogic@gmail.com>
2023-08-09 13:51:23 +08:00
MichaelMorris
830d4a9ee9 Add option to support cascade deletion options
Add --cascade=<background|foreground|orphan> option to helm uninstall
Current behaviour is hardcoded to background

Addresses issue: https://github.com/helm/helm/issues/10586

Signed-off-by: MichaelMorris <michael.morris@est.tech>
2023-02-02 11:22:32 +00:00
Mike Ng
655bdcd2fd feat: add optional boolean '--wait' flag to 'uninstall' command.
If set, 'uninstall' command will wait until all the resources are deleted before returning.
It will wait for as long as --timeout

closes #2378

Signed-off-by: Mike Ng <ming@redhat.com>
2021-08-26 15:31:49 -04:00
Du Zheng
87040536fb Improve the console output for resource policy keep to align with helm2.
Signed-off-by: Du Zheng <zsuzhengdu@gmail.com>
2020-10-29 22:37:24 -04:00