Commit b79a00c6 authored by shangguanfulong's avatar shangguanfulong

Update yii.json

parent a8ff54f3
...@@ -21,11 +21,6 @@ ...@@ -21,11 +21,6 @@
} }
}, },
"spec": { "spec": {
"imagePullSecrets":[
{
"name": "aliyun-cr-via-cdk-new"
}
],
"volumes": [ "volumes": [
{ {
"name": "etc", "name": "etc",
...@@ -42,6 +37,11 @@ ...@@ -42,6 +37,11 @@
], ],
"initContainers": [ "initContainers": [
{ {
"imagePullSecrets":[
{
"name": "aliyun-cr-via-cdk-new"
}
],
"name": "init", "name": "init",
"image": "%IMAGE_SRC%", "image": "%IMAGE_SRC%",
"imagePullPolicy": "Always", "imagePullPolicy": "Always",
...@@ -81,6 +81,11 @@ ...@@ -81,6 +81,11 @@
] ]
}, },
{ {
"imagePullSecrets":[
{
"name": "aliyun-cr-via-cdk-new"
}
],
"name": "fpm", "name": "fpm",
"image": "%IMAGE_SRC%", "image": "%IMAGE_SRC%",
"imagePullPolicy": "Always", "imagePullPolicy": "Always",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment