From eb9bc2cd433c7837619876dd3d4fdbd5f0370d97 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 20 Dec 2023 20:00:21 +0100 Subject: [PATCH] fix(infra-monitoring): indent in alertmanager-ntfy ingress --- infra-monitoring/templates/alertmanager/ntfy/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra-monitoring/templates/alertmanager/ntfy/release.yaml b/infra-monitoring/templates/alertmanager/ntfy/release.yaml index 7adece8..929bb96 100644 --- a/infra-monitoring/templates/alertmanager/ntfy/release.yaml +++ b/infra-monitoring/templates/alertmanager/ntfy/release.yaml @@ -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: