From b4ca7b0b3b1e148a80b9e1f52faee3a43aaf1216 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 29 Apr 2023 21:03:39 -0400 Subject: [PATCH] Fix issue with alertmanager config --- .../alertmanager-gotify-bridge/receiver-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/monitoring/alertmanager-gotify-bridge/receiver-config.yaml b/cluster/apps/monitoring/alertmanager-gotify-bridge/receiver-config.yaml index 7fc4cb0..7428946 100644 --- a/cluster/apps/monitoring/alertmanager-gotify-bridge/receiver-config.yaml +++ b/cluster/apps/monitoring/alertmanager-gotify-bridge/receiver-config.yaml @@ -6,9 +6,9 @@ metadata: spec: receivers: - name: gotify-bridge - webhook_configs: + webhookConfigs: - url: http://alertmanager-gotify-bridge.monitoring:8080/gotify_webhook - send_resolved: true + sendResolved: true route: receiver: 'gotify-bridge' \ No newline at end of file