Skip to content

Conversation

hirenko-v
Copy link

This PR adds remediateLastFailure to Terraform CRD, the same for example, Helm controller has.
Current logic leads to manual intervention when retries are exceeded. It prevents the scheduled execution for Terraform after .spec.interval.
The new logic by default follows the old pattern but if .spec.remediation.remediateLastFailure: true controller will reset the retry count and schedule another Terraform execution after .spec.interval if retries exceeded.

Fixes #1358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement RemediateLastFailure

1 participant