fix(infra-monitoring): basic auth between alertmanager-config and ntfy
This commit is contained in:
parent
39eab37213
commit
fe60177c23
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ spec:
|
|||
webhookConfigs:
|
||||
- url: "http://alertmanager-ntfy"
|
||||
sendResolved: {{ .sendResolved }}
|
||||
{{- if and (.config.user) (.config.password) }}
|
||||
{{- if and .enabled (.config.user) }}
|
||||
httpConfig:
|
||||
basicAuth:
|
||||
username:
|
||||
|
|
Loading…
Add table
Reference in a new issue