From 1a76ab325792a665c6371dd6a7fe1fb4b9035c70 Mon Sep 17 00:00:00 2001 From: Ryan Holt Date: Fri, 10 May 2024 11:43:08 -0400 Subject: [PATCH] update config to see if this resolves pushover failures --- .../cluster-0/apps/monitoring/gatus/app/resources/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/cluster-0/apps/monitoring/gatus/app/resources/config.yaml b/kubernetes/cluster-0/apps/monitoring/gatus/app/resources/config.yaml index 92a899fe15..458f1324af 100644 --- a/kubernetes/cluster-0/apps/monitoring/gatus/app/resources/config.yaml +++ b/kubernetes/cluster-0/apps/monitoring/gatus/app/resources/config.yaml @@ -12,8 +12,8 @@ ui: header: Status alerting: pushover: - application-token: ${CUSTOM_PUSHOVER_APP_TOKEN} - user-key: ${CUSTOM_PUSHOVER_USER_KEY} + application-token: $${CUSTOM_PUSHOVER_APP_TOKEN} + user-key: $${CUSTOM_PUSHOVER_USER_KEY} default-alert: description: health-check failed send-on-resolved: true