fix: alert rules example on values
Signed-off-by: Ali Reza <alirezayahya@gmail.com>
This commit is contained in:
parent
37069f92c9
commit
a46026e1a2
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue