Skip to content

Commit

Permalink
CR fix - indentation for 'end'
Browse files Browse the repository at this point in the history
Signed-off-by: gadisn <[email protected]>
  • Loading branch information
gadisn authored Aug 1, 2022
1 parent 3103116 commit 7fdf577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kube-state-metrics/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -160,5 +160,5 @@ spec:
{{- end }}
{{- if .Values.volumes }}
{{ toYaml .Values.volumes | indent 8 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 7fdf577

Please sign in to comment.