escape backticks properly
This commit is contained in:
parent
96320b6486
commit
4981cd102a
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue