Merge "Allow to use multimatching for alermanager routes"

This commit is contained in:
Jakub Josef 2018-03-01 17:14:03 +00:00 committed by Gerrit Code Review
commit 55f8d880be

View file

@ -3,6 +3,9 @@
{%- if route.receiver is defined -%}
receiver: {{ route.receiver }}
{%- endif -%}
{%- if route.continue is defined %}
continue: {{ route.continue }}
{%- endif -%}
{%- if route.group_by is defined %}
group_by:
{%- for group_by in route.group_by %}