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:
|
webhookConfigs:
|
||||||
- url: "http://alertmanager-ntfy"
|
- url: "http://alertmanager-ntfy"
|
||||||
sendResolved: {{ .sendResolved }}
|
sendResolved: {{ .sendResolved }}
|
||||||
{{- if and (.config.user) (.config.password) }}
|
{{- if and .enabled (.config.user) }}
|
||||||
httpConfig:
|
httpConfig:
|
||||||
basicAuth:
|
basicAuth:
|
||||||
username:
|
username:
|
||||||
|
|
Loading…
Add table
Reference in a new issue