Skip to content

Commit da8ad4d

Browse files
committed
Fix yaml indenting for elasticsearch chart
1 parent 633ce19 commit da8ad4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitnami/elasticsearch/templates/data-statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ spec:
120120
name: "data"
121121
{{- if .Values.data.persistence.annotations }}
122122
annotations:
123-
{{ toYaml .Values.data.persistence.annotations | indent 6 }}
123+
{{ toYaml .Values.data.persistence.annotations | indent 8 }}
124124
{{- end }}
125125
spec:
126126
accessModes:
127-
{{ toYaml .Values.data.persistence.accessModes | indent 6 }}
127+
{{ toYaml .Values.data.persistence.accessModes | indent 8 }}
128128
{{- if .Values.data.persistence.storageClass }}
129129
{{- if (eq "-" .Values.data.persistence.storageClass) }}
130130
storageClassName: ""

0 commit comments

Comments
 (0)