From 4981cd102a55ad27b56c502a8429d9a96c8684ae Mon Sep 17 00:00:00 2001 From: Rocheandley Kwidama Date: Tue, 13 Aug 2024 15:28:36 +0200 Subject: [PATCH] escape backticks properly --- charts/argo-cd/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 08a26b8b..9177e8c5 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -895,12 +895,13 @@ controller: # labels: # severity: warning # annotations: +{% raw %} # 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. - +{% endraw %} ## Enable this and set the rules: to whatever custom rules you want for the Cluster Role resource. ## Defaults to off clusterRoleRules: