Skip to content

Commit 6dc63c2

Browse files
authored
Merge pull request #3 from mrsteakhouse/main
Fixes indentation for podAnnotations
2 parents b2514f3 + 6298b6d commit 6dc63c2

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)