From 7fdf577b2c56c371f08620ac8ae7f3076c59c7de Mon Sep 17 00:00:00 2001 From: gadisn Date: Mon, 1 Aug 2022 11:22:11 +0300 Subject: [PATCH] CR fix - indentation for 'end' Signed-off-by: gadisn --- charts/kube-state-metrics/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kube-state-metrics/templates/deployment.yaml b/charts/kube-state-metrics/templates/deployment.yaml index 4dfee7d35854..157bce93dc55 100644 --- a/charts/kube-state-metrics/templates/deployment.yaml +++ b/charts/kube-state-metrics/templates/deployment.yaml @@ -100,7 +100,7 @@ spec: {{- end }} {{- if .Values.volumeMounts }} {{ toYaml .Values.volumeMounts | indent 8 }} -{{- end }} + {{- end }} {{- end }} imagePullPolicy: {{ .Values.image.pullPolicy }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" @@ -160,5 +160,5 @@ spec: {{- end }} {{- if .Values.volumes }} {{ toYaml .Values.volumes | indent 8 }} -{{- end }} + {{- end }} {{- end }}