k8s: allow configuring serviceAccountName (#4790)

This commit is contained in:
Alexandre Viau
2023-08-28 12:06:06 -04:00
committed by GitHub
parent ac1b144526
commit db5d23defe
5 changed files with 28 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ spec:
priorityClassName: {{ .Values.master.priorityClassName | quote }}
{{- end }}
enableServiceLinks: false
{{- if .Values.master.serviceAccountName }}
serviceAccountName: {{ .Values.master.serviceAccountName | quote }}
{{- end }}
{{- if .Values.master.initContainers }}
initContainers:
{{ tpl .Values.master.initContainers . | nindent 8 | trim }}