We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e8a01 commit 439b534Copy full SHA for 439b534
1 file changed
etc/kayobe/kolla/config/prometheus/prometheus-alertmanager.msteamsv2.yml.example
@@ -18,11 +18,11 @@ route:
18
receivers:
19
- name: 'msteamsv2-notifications'
20
msteamsv2_configs:
21
- - webhook_url: '{{ secrets_msteams_notification_channel_url | default('https://prod-01.westeurope.logic.azure.com/workflows/') }}'
+ - webhook_url: '{{ secrets_msteams_notification_channel_url | ansible.builtin.mandatory }}'
22
send_resolved: true
23
- name: 'msteamsv2-critical-notifications'
24
25
- - webhook_url: '{{ secrets_msteams_notification_critical_channel_url | default('https://prod-01.westeurope.logic.azure.com/workflows/') }}'
+ - webhook_url: '{{ secrets_msteams_notification_critical_channel_url | ansible.builtin.mandatory }}'
26
27
28
templates:
0 commit comments