Skip to content

Commit

Permalink
chore: update install/alerting/alertmanager.tmpl
Browse files Browse the repository at this point in the history
should do the same thing with a little less logic

Co-authored-by: Jacob Shufro <[email protected]>
  • Loading branch information
activescott and jshufro committed Mar 1, 2024
1 parent 5d49bf4 commit 9843856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/alerting/alertmanager.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ route:
receivers:
- name: "node_operator"
discord_configs:
- webhook_url: {{or .DiscordWebhookURL.Value ""}}
- webhook_url: "{{ .DiscordWebhookURL.Value }}"

inhibit_rules:
# Inhibit rules mute a new alert (target) that matches an existing alert (source).
Expand Down

0 comments on commit 9843856

Please sign in to comment.