You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
trigger.on-sync-status-unknown: |
- description: Application status is 'Unknown'
send:
- app-sync-status-unknown
when: app.status.sync.status == 'Unknown'
Which notifies whether the helm chart (from the gitrepo) coincides with what is deployed in kub. Helm repositories and kube cluster are located in different regions and between them from time to time there are network delays. This leads to a false positive notification.
Please either increase the validation time of the inspection or provide tools to manually manage this latency.
The text was updated successfully, but these errors were encountered:
Hello. I use argocd-notifications trigger:
Which notifies whether the helm chart (from the gitrepo) coincides with what is deployed in kub. Helm repositories and kube cluster are located in different regions and between them from time to time there are network delays. This leads to a false positive notification.
Please either increase the validation time of the inspection or provide tools to manually manage this latency.
The text was updated successfully, but these errors were encountered: