From a46026e1a24edadba5752250d7bd7c2a5485b2f5 Mon Sep 17 00:00:00 2001 From: Ali Reza Date: Wed, 11 Oct 2023 18:00:55 +0200 Subject: [PATCH] fix: alert rules example on values Signed-off-by: Ali Reza --- charts/argo-cd/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index fed4e97c..e4109802 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -848,9 +848,9 @@ controller: # 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.