From 506c034948de7f80e4f0e279cd2dab5cfcd20bc7 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 14 Jan 2026 13:27:50 -0500 Subject: [PATCH] argocd: remove unnecessary and annoying prometheus alert --- system-apps/argocd/values.yaml | 12 ------------ 1 file changed, 12 deletions(-) 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