Allow to use multimatching for alermanager routes

Change-Id: I2c0d439055efc0d218c8f247aea264d425fca838
This commit is contained in:
Dmitry Kalashnik 2018-03-01 16:27:21 +04:00
parent ce1daf8670
commit cdad46d5ad

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 %}