From 55cf854753f89a5392f905c534e15bfe2d719440 Mon Sep 17 00:00:00 2001 From: zhuyunfeng Date: Wed, 10 Apr 2024 21:29:28 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- 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