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 }}"