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 }}
|
{{- end }}
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
|
{{- include "pulsar.imagePullSecrets" . | nindent 6 }}
|
||||||
serviceAccountName: "{{ template "pulsar.fullname" . }}-{{ .Values.bookkeeper.component }}"
|
serviceAccountName: "{{ template "pulsar.fullname" . }}-{{ .Values.bookkeeper.component }}"
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- if .Values.pulsar_metadata.nodeSelector }}
|
{{- if .Values.pulsar_metadata.nodeSelector }}
|
||||||
|
|||||||
@ -35,6 +35,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
|
{{- include "pulsar.imagePullSecrets" . | nindent 6 }}
|
||||||
{{- if .Values.pulsar_metadata.nodeSelector }}
|
{{- if .Values.pulsar_metadata.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{ toYaml .Values.pulsar_metadata.nodeSelector | indent 8 }}
|
{{ toYaml .Values.pulsar_metadata.nodeSelector | indent 8 }}
|
||||||
|
|||||||
@ -150,6 +150,9 @@ defaultPulsarImageTag:
|
|||||||
##
|
##
|
||||||
## Control what images to use for each component
|
## Control what images to use for each component
|
||||||
images:
|
images:
|
||||||
|
# set imagePullSecrets
|
||||||
|
# imagePullSecrets:
|
||||||
|
# - secretName
|
||||||
zookeeper:
|
zookeeper:
|
||||||
repository: apachepulsar/pulsar-all
|
repository: apachepulsar/pulsar-all
|
||||||
# uses defaultPulsarImageTag when unspecified
|
# uses defaultPulsarImageTag when unspecified
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user