fix(infra-monitoring): indent in alertmanager-ntfy ingress
This commit is contained in:
parent
b8e670f333
commit
eb9bc2cd43
1 changed files with 3 additions and 3 deletions
|
@ -47,10 +47,10 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
{{- with $.Values.commons.ingress.annotations }}
|
{{- with $.Values.commons.ingress.annotations }}
|
||||||
{{- toYaml . | nindent 6 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .annotations }}
|
{{- with .annotations }}
|
||||||
{{- toYaml . | nindent 6 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
hosts:
|
hosts:
|
||||||
- host: "{{ $host }}"
|
- host: "{{ $host }}"
|
||||||
|
@ -60,7 +60,7 @@ spec:
|
||||||
{{- if $.Values.commons.ingress.tls.enabled }}
|
{{- if $.Values.commons.ingress.tls.enabled }}
|
||||||
tls:
|
tls:
|
||||||
{{- with $.Values.commons.ingress.tls.override }}
|
{{- with $.Values.commons.ingress.tls.override }}
|
||||||
{{- toYaml . | nindent 6 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- secretName: "infra-monitoring-alert-ntfy-cert"
|
- secretName: "infra-monitoring-alert-ntfy-cert"
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue