Skip to content

Commit 35bb00f

Browse files
authored
alertmanager: Fix Slack integration (#878)
The escaping is not necessary ever since cookiecutter was removed.
1 parent c4a5dbc commit 35bb00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environments/site/inventory/group_vars/all/alertmanager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# alertmanager_slack_integration:
55
# channel: '#alerts'
6-
# app_creds: "{% raw %}{{ vault_alertmanager_slack_integration_app_creds }}{% endraw %}"
6+
# app_creds: "{{ vault_alertmanager_slack_integration_app_creds }}"

0 commit comments

Comments
 (0)