Skip to content

Commit

Permalink
Also pull singleuser.initContainers with pre-puller
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 16, 2021
1 parent 4f367eb commit 2966b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyterhub/templates/image-puller/_daemonset-helper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ spec:
{{- end }}

{{- /* --- Pull extra containers' images --- */}}
{{- range $k, $container := .Values.singleuser.extraContainers }}
- name: image-pull-singleuser-extra-container-{{ $k }}
{{- range $k, $container := concat .Values.singleuser.initContainers .Values.singleuser.extraContainers }}
- name: image-pull-singleuser-init-and-extra-containers-{{ $k }}
image: {{ $container.image }}
command:
- /bin/sh
Expand Down

0 comments on commit 2966b2f

Please sign in to comment.