From c2823611f903f8f7f090662bd570ac852b2ecfe2 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Wed, 8 Nov 2023 01:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AD=94=E6=96=B9=E9=83=A8=E7=BD=B2=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s-deploy-template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index dd97cc0..f81fb35 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -83,3 +83,5 @@ spec: hostPath: path: /share/pod/data/${APP_NAME} type: DirectoryOrCreate + imagePullSecrets: + - name: kp-schbrain -- GitLab