7 lines
174 B
YAML
7 lines
174 B
YAML
|
alertmanager:
|
||
|
extraSecretMounts:
|
||
|
- name: telegram-api
|
||
|
mountPath: /etc/alertmanager/telegram-token
|
||
|
subPath: ""
|
||
|
secretName: telegram-api
|
||
|
readOnly: true
|