helm del
Uninstall a release
Options
Name | Description |
---|---|
--description <description> | Add a custom description |
--dry-run | Simulate a uninstall |
--keep-history | Remove all associated resources and mark the release as deleted, but retain the release history |
--no-hooks | Prevent hooks from running during uninstallation |
--timeout <timeout> | Time to wait for any individual Kubernetes operation (like Jobs for hooks) |
--wait | If set, will wait until all the resources are deleted before returning. It will wait for as long as --timeout |