diff --git a/system-apps/argocd/values.yaml b/system-apps/argocd/values.yaml index 693e7c4..ed2b474 100644 --- a/system-apps/argocd/values.yaml +++ b/system-apps/argocd/values.yaml @@ -56,18 +56,6 @@ argo-cd: Argo CD has not reported any applications data for the past 15 minutes which means that it must be down or not functioning properly. This needs to be resolved for this cloud to continue to maintain state. - - alert: ArgoAppNotSynced - expr: | - argocd_app_info{sync_status!="Synced"} == 1 - for: 12h - labels: - severity: warning - annotations: - summary: '{{ $labels.name }} Application not synchronized' - description: > - The application {{ $labels.name }} has not been synchronized for over - 12 hours which means that the state of this cloud has drifted away from the - state inside Git. server: ingress: enabled: true