Fix double for statement.
This commit is contained in:
parent
c69ab99626
commit
b6af59c7e3
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@
|
|||
{%- if alert.get('enabled', True) %}
|
||||
ALERT {{ alertname }}
|
||||
IF {{ alert.if }}
|
||||
{%- if alert.for is defined %}
|
||||
FOR {{ alert.for }}
|
||||
{%- endif %}
|
||||
{%- if alert.for is defined %}FOR {{ alert.for }}{%- endif %}
|
||||
{%- if alert.labels is defined %}
|
||||
LABELS {
|
||||
|
|
Loading…
Reference in a new issue