fix(infra-monitoring): indent in alertmanager-ntfy ingress

This commit is contained in:
WrenIX 2023-12-20 20:00:21 +01:00
parent b8e670f333
commit eb9bc2cd43
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -47,10 +47,10 @@ spec:
enabled: true
annotations:
{{- with $.Values.commons.ingress.annotations }}
{{- toYaml . | nindent 6 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .annotations }}
{{- toYaml . | nindent 6 }}
{{- toYaml . | nindent 8 }}
{{- end }}
hosts:
- host: "{{ $host }}"
@ -60,7 +60,7 @@ spec:
{{- if $.Values.commons.ingress.tls.enabled }}
tls:
{{- with $.Values.commons.ingress.tls.override }}
{{- toYaml . | nindent 6 }}
{{- toYaml . | nindent 8 }}
{{- else }}
- secretName: "infra-monitoring-alert-ntfy-cert"
hosts: