File tree 5 files changed +20
-0
lines changed
datahub-kubernetes/datahub/templates
5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 25
25
{{- end }}
26
26
{{- with .Values.datahubUpgrade.serviceAccount }}
27
27
serviceAccountName : {{ . }}
28
+ {{- end }}
29
+ {{- with .Values.imagePullSecrets }}
30
+ imagePullSecrets :
31
+ {{- toYaml . | nindent 12 }}
28
32
{{- end }}
29
33
volumes :
30
34
{{- with .Values.datahubUpgrade.extraVolumes }}
Original file line number Diff line number Diff line change 23
23
{{- end }}
24
24
{{- with .Values.datahubUpgrade.serviceAccount }}
25
25
serviceAccountName : {{ . }}
26
+ {{- end }}
27
+ {{- with .Values.imagePullSecrets }}
28
+ imagePullSecrets :
29
+ {{- toYaml . | nindent 8 }}
26
30
{{- end }}
27
31
volumes :
28
32
{{- with .Values.datahubUpgrade.extraVolumes }}
Original file line number Diff line number Diff line change 23
23
{{- end }}
24
24
{{- with .Values.elasticsearchSetupJob.serviceAccount }}
25
25
serviceAccountName : {{ . }}
26
+ {{- end }}
27
+ {{- with .Values.imagePullSecrets }}
28
+ imagePullSecrets :
29
+ {{- toYaml . | nindent 8 }}
26
30
{{- end }}
27
31
volumes :
28
32
{{- with .Values.elasticsearchSetupJob.extraVolumes }}
Original file line number Diff line number Diff line change 28
28
securityContext :
29
29
runAsUser : 1000
30
30
fsGroup : 1000
31
+ {{- with .Values.imagePullSecrets }}
32
+ imagePullSecrets :
33
+ {{- toYaml . | nindent 8 }}
34
+ {{- end }}
31
35
volumes :
32
36
{{- with .Values.global.credentialsAndCertsSecrets }}
33
37
- name : datahub-certs-dir
Original file line number Diff line number Diff line change 23
23
{{- end }}
24
24
{{- with .Values.mysqlSetupJob.serviceAccount }}
25
25
serviceAccountName : {{ . }}
26
+ {{- end }}
27
+ {{- with .Values.imagePullSecrets }}
28
+ imagePullSecrets :
29
+ {{- toYaml . | nindent 8 }}
26
30
{{- end }}
27
31
volumes :
28
32
{{- with .Values.mysqlSetupJob.extraVolumes }}
You can’t perform that action at this time.
0 commit comments