Notifications need their topic
This commit is contained in:
parent
d05699bba0
commit
71cef600b6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue