From 98487d7deaa05852a099f410f99bf3f8eaf86af3 Mon Sep 17 00:00:00 2001 From: Chia-liang Kao Date: Wed, 18 Jul 2018 13:58:03 +0800 Subject: [PATCH] Make sure image puller works with long repo names --- jupyterhub/templates/image-puller/_daemonset-helper.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: