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