flux v0.31.2
HelmRelease.spec.postRenderers[].kustomize.patches.target.spec.upgrade.remediation
Remediation holds the remediation configuration for when the Helm upgrade action for the HelmRelease fails. The default is to not perform any action.
| Field / Type | Description |
|---|---|
ignoreTestFailures | IgnoreTestFailures tells the controller to skip remediation when the Helm tests are run after an upgrade action but fail. Defaults to 'Test.IgnoreFailures'. |
remediateLastFailure | RemediateLastFailure tells the controller to remediate the last failure, when no retries remain. Defaults to 'false' unless 'Retries' is greater than 0. |
retries | Retries is the number of retries that should be attempted on failures before bailing. Remediation, using 'Strategy', is performed between each attempt. Defaults to '0', a negative integer equals to unlimited retries. |
strategy | Strategy to use for failure remediation. Defaults to 'rollback'.
|