File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ irc_host: {{ alertmanager_irc_relay_irc_host }}
11
11
irc_port: {{ alertmanager_irc_relay_irc_port }}
12
12
13
13
# Use this IRC nickname.
14
- irc_nickname: {{ alertmanager_irc_relay_irc_nickname }}
14
+ irc_nickname: {{ alertmanager_irc_relay_irc_nickname | quote }}
15
15
# Password used to identify with NickServ
16
- irc_nickname_password: {{ alertmanager_irc_relay_irc_nickname_password }}
16
+ irc_nickname_password: {{ alertmanager_irc_relay_irc_nickname_password | quote }}
17
17
# Use this IRC real name
18
- irc_realname: {{ alertmanager_irc_relay_irc_realname }}
18
+ irc_realname: {{ alertmanager_irc_relay_irc_realname | quote}}
19
19
20
20
# Optionally pre-join certain channels.
21
21
#
@@ -34,7 +34,7 @@ notice_once_per_alert_group: {{ alertmanager_irc_relay_notice_once_per_alert_gro
34
34
# Define how IRC messages should be formatted.
35
35
#
36
36
# The formatting is based on golang's text/template.
37
- notice_template: {{ alertmanager_irc_relay_notice_template }}
37
+ notice_template: {{ alertmanager_irc_relay_notice_template | quote }}
38
38
# Note: When sending only one notice per alert group the default
39
39
# notice_template is set to
40
40
# "Alert {% raw %} {{ .GroupLabels.alertname }} for {{ .GroupLabels.job }} is {{ .Status }}{% endraw %} "
You can’t perform that action at this time.
0 commit comments