From a03c097dfbed5f0ef2a0e0c93c74243bea3c84c9 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 23 Mar 2026 13:18:03 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20imagePullSecrets=20?= =?UTF-8?q?=E6=8B=89=E5=8F=96=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 775dc08..8fcfa95 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -15,6 +15,8 @@ spec: labels: app: todo-backend spec: + imagePullSecrets: + - name: tencentyun-secret containers: - name: todo-backend image: ccr.ccs.tencentyun.com/violin/todo-backend:latest