From d0cf5b9064fc9f857d90a3c8d349c259fb6df5b3 Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 5 Dec 2025 15:03:04 -0500 Subject: [PATCH] argocd: fix syntax in alert --- system-apps/argocd/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-apps/argocd/values.yaml b/system-apps/argocd/values.yaml index b47ba25..6c8b205 100644 --- a/system-apps/argocd/values.yaml +++ b/system-apps/argocd/values.yaml @@ -63,9 +63,9 @@ argo-cd: labels: severity: warning annotations: - summary: ' {{ "{{" }} $labels.name {{ "}}" }} Application not synchronized' + summary: '{{$labels.name}} Application not synchronized' description: > - The application {{ "{{" }} $labels.name {{ "}}" }} has not been synchronized for over + 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: