From 31f1e525364e08f7e80f02c10c4253a951652746 Mon Sep 17 00:00:00 2001 From: Jamalac Orange <14492-x-JaOrang@users.noreply.gitlab.inria.fr> Date: Fri, 28 Oct 2022 15:18:18 +0200 Subject: [PATCH] feature(k8s): add imagePullSecrets --- src/k8s/deployment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/k8s/deployment.yml b/src/k8s/deployment.yml index 9b090729..2ee78516 100644 --- a/src/k8s/deployment.yml +++ b/src/k8s/deployment.yml @@ -47,3 +47,5 @@ spec: value: "0" nodeSelector: cce.cloud.com/cce-nodepool: "caascad-inttac-ju-pod-tac-dashing-boa" + imagePullSecrets: + - name: poc-inttac-poc-img-push-pull-secret -- GitLab