diff --git a/jupyterhub/templates/image-puller/_daemonset-helper.yaml b/jupyterhub/templates/image-puller/_daemonset-helper.yaml index c96a81b1fe..f412485ccb 100644 --- a/jupyterhub/templates/image-puller/_daemonset-helper.yaml +++ b/jupyterhub/templates/image-puller/_daemonset-helper.yaml @@ -57,7 +57,7 @@ spec: - echo "Pulling complete" {{- end }} {{- range $k, $v := .Values.prePuller.extraImages }} - - name: image-pull-{{ $v.name }} + - name: image-pull-{{ $k }} image: {{ $v.name }}:{{ $v.tag }} imagePullPolicy: IfNotPresent command: