Skip to content

Commit 6298b6d

Browse files
authored
fix(statefuleset.yaml): fix podAnnotations indentation
1 parent b2514f3 commit 6298b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/part-db/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
labels: {{- include "app.labels" . | nindent 8 }}
1818
{{- with .Values.podAnnotations }}
1919
annotations:
20-
{{- toYaml . | nindent 4 }}
20+
{{- toYaml . | nindent 8 }}
2121
{{- end }}
2222
spec:
2323
{{- if .Values.image.pullSecrets }}

0 commit comments

Comments
 (0)