Skip to content

Commit

Permalink
Merge pull request #3 from mrsteakhouse/main
Browse files Browse the repository at this point in the history
Fixes indentation for podAnnotations
  • Loading branch information
jbtronics authored Jan 26, 2025
2 parents b2514f3 + 6298b6d commit 6dc63c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/part-db/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
labels: {{- include "app.labels" . | nindent 8 }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- if .Values.image.pullSecrets }}
Expand Down

0 comments on commit 6dc63c2

Please sign in to comment.