Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Fixed alertmanager_http_config setting failing deploy (#122)
Browse files Browse the repository at this point in the history
[patch] release
  • Loading branch information
graudeejs authored Apr 24, 2020
1 parent 1f70939 commit a254440
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/alertmanager.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ global:
http_config:
{{ alertmanager_http_config | to_nice_yaml(indent=2) | indent(4, False)}}
{% endif %}
{% for key, value in alertmanager_http_config.items() %}
{{ key }}: {{ value | quote }}
{% endfor %}
{% if alertmanager_pagerduty_url | length %}
pagerduty_url: {{ alertmanager_pagerduty_url | quote }}
{% endif %}
Expand Down

0 comments on commit a254440

Please sign in to comment.