flux v2.0.1
HelmRelease.spec.postRenderers[].kustomize.patches[].target.spec.install.remediation
Remediation holds the remediation configuration for when the Helm install 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 install action but fail. Defaults to 'Test.IgnoreFailures'. |
remediateLastFailure | RemediateLastFailure tells the controller to remediate the last failure, when no retries remain. Defaults to 'false'. |
retries | Retries is the number of retries that should be attempted on failures before bailing. Remediation, using an uninstall, is performed between each attempt. Defaults to '0', a negative integer equals to unlimited retries. |