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:
|
# labels:
|
||||||
# severity: warning
|
# severity: warning
|
||||||
# annotations:
|
# annotations:
|
||||||
|
{% raw %}
|
||||||
# summary: "[{{`{{$labels.name}}`}}] Application not synchronized"
|
# summary: "[{{`{{$labels.name}}`}}] Application not synchronized"
|
||||||
# description: >
|
# 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
|
# 12 hours which means that the state of this cloud has drifted away from the
|
||||||
# state inside Git.
|
# state inside Git.
|
||||||
|
{% endraw %}
|
||||||
## Enable this and set the rules: to whatever custom rules you want for the Cluster Role resource.
|
## Enable this and set the rules: to whatever custom rules you want for the Cluster Role resource.
|
||||||
## Defaults to off
|
## Defaults to off
|
||||||
clusterRoleRules:
|
clusterRoleRules:
|
||||||
|
|
Loading…
Reference in a new issue