fix: 添加 imagePullSecrets 拉取镜像
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-23 13:18:03 +00:00
parent 1368b13488
commit a03c097dfb

View File

@@ -15,6 +15,8 @@ spec:
labels: labels:
app: todo-backend app: todo-backend
spec: spec:
imagePullSecrets:
- name: tencentyun-secret
containers: containers:
- name: todo-backend - name: todo-backend
image: ccr.ccs.tencentyun.com/violin/todo-backend:latest image: ccr.ccs.tencentyun.com/violin/todo-backend:latest