Skip to content

Commit

Permalink
revert cronitor /complete -> /run
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Aug 26, 2024
1 parent b0f5920 commit 788739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/manifests/base/helmrelease-monitoring.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ spec:
%{~ if alertmanager_cronitor_id != "" }
- name: cronitor
webhook_configs:
- url: https://cronitor.link/${alertmanager_cronitor_id}/complete
- url: https://cronitor.link/${alertmanager_cronitor_id}/run
send_resolved: false
%{~ else }
# Set manifests_template_vars.alertmanager_cronitor_id to configure Cronitor
Expand Down

0 comments on commit 788739e

Please sign in to comment.