flux v0.27.3

HelmRelease.spec.postRenderers[].kustomize.patchesStrategicMerge.spec.rollback

Rollback holds the configuration for Helm rollback actions for this HelmRelease.

7 fields
HelmRelease.spec.postRenderers[].kustomize.patchesStrategicMerge.spec.rollback fields and descriptions
Field / TypeDescription
cleanupOnFail
boolean

CleanupOnFail allows deletion of new resources created during the Helm rollback action when it fails.

disableHooks
boolean

DisableHooks prevents hooks from running during the Helm rollback action.

disableWait
boolean

DisableWait disables the waiting for resources to be ready after a Helm rollback has been performed.

disableWaitForJobs
boolean

DisableWaitForJobs disables waiting for jobs to complete after a Helm rollback has been performed.

force
boolean

Force forces resource updates through a replacement strategy.

recreate
boolean

Recreate performs pod restarts for the resource if applicable.

timeout
string

Timeout is the time to wait for any individual Kubernetes operation (like Jobs for hooks) during the performance of a Helm rollback action. Defaults to 'HelmReleaseSpec.Timeout'.