Skip to content

Commit 1a76ab3

Browse files
committed
update config to see if this resolves pushover failures
1 parent 5e6e41f commit 1a76ab3

File tree

1 file changed

+2
-2
lines changed
  • kubernetes/cluster-0/apps/monitoring/gatus/app/resources

1 file changed

+2
-2
lines changed

kubernetes/cluster-0/apps/monitoring/gatus/app/resources/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ui:
1212
header: Status
1313
alerting:
1414
pushover:
15-
application-token: ${CUSTOM_PUSHOVER_APP_TOKEN}
16-
user-key: ${CUSTOM_PUSHOVER_USER_KEY}
15+
application-token: $${CUSTOM_PUSHOVER_APP_TOKEN}
16+
user-key: $${CUSTOM_PUSHOVER_USER_KEY}
1717
default-alert:
1818
description: health-check failed
1919
send-on-resolved: true

0 commit comments

Comments
 (0)