feat: add imagePullSecrets in Job (#404)
* feat: add imagePullSecrets on Job * feat: update values.yaml
This commit is contained in:
parent
04b8ccebb1
commit
c094322904
@ -34,6 +34,7 @@ spec:
|
||||
{{- end }}
|
||||
template:
|
||||
spec:
|
||||
{{- include "pulsar.imagePullSecrets" . | nindent 6 }}
|
||||
serviceAccountName: "{{ template "pulsar.fullname" . }}-{{ .Values.bookkeeper.component }}"
|
||||
nodeSelector:
|
||||
{{- if .Values.pulsar_metadata.nodeSelector }}
|
||||
|
||||
@ -35,6 +35,7 @@ spec:
|
||||
{{- end }}
|
||||
template:
|
||||
spec:
|
||||
{{- include "pulsar.imagePullSecrets" . | nindent 6 }}
|
||||
{{- if .Values.pulsar_metadata.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{ toYaml .Values.pulsar_metadata.nodeSelector | indent 8 }}
|
||||
|
||||
@ -150,6 +150,9 @@ defaultPulsarImageTag:
|
||||
##
|
||||
## Control what images to use for each component
|
||||
images:
|
||||
# set imagePullSecrets
|
||||
# imagePullSecrets:
|
||||
# - secretName
|
||||
zookeeper:
|
||||
repository: apachepulsar/pulsar-all
|
||||
# uses defaultPulsarImageTag when unspecified
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user