flux v2.0.1
HelmRelease.spec.postRenderers[].kustomize.patches[].target.spec.uninstall
Uninstall holds the configuration for Helm uninstall actions for this HelmRelease.
| Field / Type | Description |
|---|---|
deletionPropagation | DeletionPropagation specifies the deletion propagation policy when a Helm uninstall is performed.
|
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'.
|