From 4f567315f76f4c25e46edcaf73473ed70e68e7b6 Mon Sep 17 00:00:00 2001
From: Thomas  MENARD <thomas.menard@pasteur.fr>
Date: Tue, 4 Jun 2019 19:01:12 +0200
Subject: [PATCH] add imagePullSecrets:   - name: registry-gitlab to polls
 deploy

---
 manifest.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/manifest.yaml b/manifest.yaml
index 0947a03..6467423 100644
--- a/manifest.yaml
+++ b/manifest.yaml
@@ -128,6 +128,8 @@ spec:
           value: "8080"
         ports:
         - containerPort: 8080
+      imagePullSecrets:
+        - name: registry-gitlab
       volumes:
       - name: postgresql-credentials
         secret:
-- 
GitLab