flux v0.31.2

HelmRelease.spec.postRenderers[].kustomize.patches.target.spec.uninstall

Uninstall holds the configuration for Helm uninstall actions for this HelmRelease.

4 fields
HelmRelease.spec.postRenderers[].kustomize.patches.target.spec.uninstall fields and descriptions
Field / TypeDescription
disableHooks
boolean

DisableHooks prevents hooks from running during the Helm rollback action.

disableWait
boolean

DisableWait disables waiting for all the resources to be deleted after a Helm uninstall is performed.

keepHistory
boolean

KeepHistory tells Helm to remove all associated resources and mark the release as deleted, but retain the release history.

timeout
string

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'.