Merge branch 'service-account-add'

This commit is contained in:
Daan Selen
2026-04-01 21:56:20 +02:00
4 changed files with 18 additions and 0 deletions

View File

@ -31,6 +31,9 @@ spec:
{{- end }}
spec:
restartPolicy: Always
{{- if .Values.statefulset.serviceAccountName }}
serviceAccountName: {{ .Values.statefulset.serviceAccountName }}
{{- end }}
securityContext:
{{- toYaml .Values.statefulset.securityContext | nindent 8 }}
initContainers: