Skip to content

Commit dd208a2

Browse files
emrahkayaconsideRatio
authored andcommitted
Use image.pullSecrets in binderhub Deployment
Fixing the unused image.pullSecrets value in the binderhub Deployment.
1 parent 3eb81bb commit dd208a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

helm-chart/binderhub/templates/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ spec:
7171
{{- with .Values.extraVolumes }}
7272
{{- . | toYaml | nindent 6 }}
7373
{{- end }}
74+
{{- with .Values.image.pullSecrets }}
75+
imagePullSecrets:
76+
{{- range . }}
77+
- name: {{ . }}
78+
{{- end }}
79+
{{- end }}
7480
containers:
7581
- name: binder
7682
image: {{ .Values.image.name }}:{{ .Values.image.tag }}

0 commit comments

Comments
 (0)