flux v0.27.3
HelmRelease.spec.uninstall
Uninstall holds the configuration for Helm uninstall actions for this HelmRelease.
| Field / Type | Description |
|---|---|
disableHooks | DisableHooks prevents hooks from running during the Helm rollback action. |
disableWait | DisableWait disables waiting for all the resources to be deleted after a Helm uninstall is performed. |
keepHistory | KeepHistory tells Helm to remove all associated resources and mark the release as deleted, but retain the release history. |
timeout | Timeout is the time to wait for any individual Kubernetes operation (like Jobs for hooks) during the performance of a Helm uninstall action. Defaults to 'HelmReleaseSpec.Timeout'. |