From 8f2083465966c65fa1e080bea28900b799e0196a Mon Sep 17 00:00:00 2001 From: "jake.lima18" Date: Thu, 25 Oct 2018 13:45:05 +0000 Subject: [PATCH] Teste pipeline flask --- charts/python-flask-docker/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/python-flask-docker/templates/deployment.yaml b/charts/python-flask-docker/templates/deployment.yaml index 149520a1..568d7764 100755 --- a/charts/python-flask-docker/templates/deployment.yaml +++ b/charts/python-flask-docker/templates/deployment.yaml @@ -25,3 +25,5 @@ spec: - containerPort: {{ .Values.service.internalPort }} resources: {{ toYaml .Values.resources | indent 12 }} + imagePullSecrets: + - name: jenkins-docker-cfg