From 71cef600b61b67e3427f0e3441dbe423d0928a56 Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Wed, 2 Jul 2025 09:53:27 -0400 Subject: [PATCH] Notifications need their topic --- namespaces/monitoring/gatus/patches/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/namespaces/monitoring/gatus/patches/deployment.yaml b/namespaces/monitoring/gatus/patches/deployment.yaml index 60148a6..6d7f2b2 100644 --- a/namespaces/monitoring/gatus/patches/deployment.yaml +++ b/namespaces/monitoring/gatus/patches/deployment.yaml @@ -68,6 +68,12 @@ spec: name: gatus-secrets key: POSTGRES_PASSWORD optional: false + - name: NTFY_TOPIC + valueFrom: + secretKeyRef: + name: gatus-secrets + key: NTFY_TOPIC + optional: false volumeMounts: - mountPath: /config/config.yaml name: gatus-config