Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform does not send recovery alert #1330

Open
hirenko-v opened this issue Jun 5, 2024 · 0 comments
Open

Terraform does not send recovery alert #1330

hirenko-v opened this issue Jun 5, 2024 · 0 comments

Comments

@hirenko-v
Copy link

hirenko-v commented Jun 5, 2024

Hi team.
I have the following alert configured for GitHub provider

apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
  annotations:
  name: github-status
  namespace: flux-system
spec:
  eventSeverity: info
  eventSources:
  - kind: Kustomization
    name: '*'
  - kind: Terraform
    name: '*'
  providerRef:
    name: github-status

In underlying kustomization I have healthCheck configured and point to terraform resources.

When terraform fails I have git commit status with a failure message from Terraform and from Kustomization.
But when Terraform is recovered from failure I have commit status update to successful just from Kustomization. Commit status fromTerraform remains failed despite on the fact that error has been resolved and Terraform is in Ready state.

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

No branches or pull requests

1 participant