fix: 添加 imagePullSecrets 拉取镜像
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user