Commit 9b010af3 authored by S M Y's avatar S M Y Committed by rjshrjndrn
Browse files

Jinja templating issues

Showing with 1 addition and 1 deletion
+1 -1
......@@ -45,5 +45,5 @@ receivers:
to: '{{ item.alerts_mailing_list }}'
html: '{% raw %}{{ template "email.default.html" . }}{% endraw %}'
headers:
subject: '[{{ env }}-{{cluster_name}}] {{ .GroupLabels.alertname }}'
subject: '[{{ env }}-{{cluster_name}}] {% raw %}{{ .GroupLabels.alertname }}{% endraw %}'
{% endfor %}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment