File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
contrib/kubernetes/datahub/templates Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 20
20
{{- with .Values.global.hostAliases }}
21
21
hostAliases :
22
22
{{- toYaml . | nindent 8 }}
23
+ {{- end }}
24
+ {{- with .Values.elasticsearchSetupJob.serviceAccount }}
25
+ serviceAccountName : {{ . }}
23
26
{{- end }}
24
27
restartPolicy : Never
25
28
securityContext :
Original file line number Diff line number Diff line change 20
20
{{- with .Values.global.hostAliases }}
21
21
hostAliases :
22
22
{{- toYaml . | nindent 8 }}
23
+ {{- end }}
24
+ {{- with .Values.kafkaSetupJob.serviceAccount }}
25
+ serviceAccountName : {{ . }}
23
26
{{- end }}
24
27
restartPolicy : Never
25
28
securityContext :
Original file line number Diff line number Diff line change 20
20
{{- with .Values.global.hostAliases }}
21
21
hostAliases :
22
22
{{- toYaml . | nindent 8 }}
23
+ {{- end }}
24
+ {{- with .Values.mysqlSetupJob.serviceAccount }}
25
+ serviceAccountName : {{ . }}
23
26
{{- end }}
24
27
restartPolicy : Never
25
28
securityContext :
You can’t perform that action at this time.
0 commit comments