Fix double for statement.

This commit is contained in:
Michael Kutý 2017-05-16 16:38:40 +02:00
parent c69ab99626
commit b6af59c7e3

View file

@ -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 {