Skip to content

Commit

Permalink
More raw blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Sep 21, 2023
1 parent 2a736dc commit 0e4a047
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ alertmanager:
- name: slack
repeat_interval: 1h
slack_configs:
{% raw %}
- channel: "{{ monitoring_slack_notification_channel }}"
color: '{{ template "slack.color" . }}'
title: '{{ template "slack.title" . }}'
Expand All @@ -141,6 +142,7 @@ alertmanager:
- type: button
text: 'Silence :no_bell:'
url: '{{ template "__alert_silence_link" . }}'
{% endraw %}
{% endif %}

{% raw %}
Expand Down

0 comments on commit 0e4a047

Please sign in to comment.