Commit 90e653ee authored by Fabian Reinartz's avatar Fabian Reinartz

Fix template error

parent ad6c09f1
......@@ -114,7 +114,7 @@ receivers:
- name: 'slack-notifications'
slack_configs:
- channel: '#alerts'
text: '{{ template "slack.myorg.text" . }}{{ end }}'
text: '{{ template "slack.myorg.text" . }}'
templates:
- '/etc/alertmanager/templates/myorg.tmpl'
......
Markdown is supported
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