From d6988debe44f5a13d5694d559a29e14eeb65e52b Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Wed, 28 Oct 2020 12:03:12 +0000 Subject: [PATCH] Pull canary with DockerHub credentials --- components/canary/chart/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/canary/chart/templates/deployment.yaml b/components/canary/chart/templates/deployment.yaml index 24cde6545..38108c8ad 100644 --- a/components/canary/chart/templates/deployment.yaml +++ b/components/canary/chart/templates/deployment.yaml @@ -25,6 +25,8 @@ spec: {{ toYaml . | indent 8 }} {{- end }} spec: + imagePullSecrets: + - name: dockerhubpull containers: - name: {{ .Chart.Name }} image: "{{ .Values.canary.image.repository }}:{{ .Values.canary.image.tag }}"