From 48e4a6aa7d86e4b8232b4eb8f5989087aa3ae6f1 Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 5 Dec 2025 14:59:21 -0500 Subject: [PATCH] argocd: fix alert definition with improerly escaped var --- 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 29cc269..b47ba25 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: