We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb81bb commit dd208a2Copy full SHA for dd208a2
helm-chart/binderhub/templates/deployment.yaml
@@ -71,6 +71,12 @@ spec:
71
{{- with .Values.extraVolumes }}
72
{{- . | toYaml | nindent 6 }}
73
{{- end }}
74
+ {{- with .Values.image.pullSecrets }}
75
+ imagePullSecrets:
76
+ {{- range . }}
77
+ - name: {{ . }}
78
+ {{- end }}
79
80
containers:
81
- name: binder
82
image: {{ .Values.image.name }}:{{ .Values.image.tag }}
0 commit comments