We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6e41f commit 1a76ab3Copy full SHA for 1a76ab3
kubernetes/cluster-0/apps/monitoring/gatus/app/resources/config.yaml
@@ -12,8 +12,8 @@ ui:
12
header: Status
13
alerting:
14
pushover:
15
- application-token: ${CUSTOM_PUSHOVER_APP_TOKEN}
16
- user-key: ${CUSTOM_PUSHOVER_USER_KEY}
+ application-token: $${CUSTOM_PUSHOVER_APP_TOKEN}
+ user-key: $${CUSTOM_PUSHOVER_USER_KEY}
17
default-alert:
18
description: health-check failed
19
send-on-resolved: true
0 commit comments