Commit dd65a7d7 authored by shangguanfulong's avatar shangguanfulong

Update yii.json

parent b79a00c6
...@@ -21,6 +21,11 @@ ...@@ -21,6 +21,11 @@
} }
}, },
"spec": { "spec": {
"imagePullSecrets": [
{
"name": "aliyun-cr-via-cdk-new"
}
],
"volumes": [ "volumes": [
{ {
"name": "etc", "name": "etc",
...@@ -37,11 +42,6 @@ ...@@ -37,11 +42,6 @@
], ],
"initContainers": [ "initContainers": [
{ {
"imagePullSecrets":[
{
"name": "aliyun-cr-via-cdk-new"
}
],
"name": "init", "name": "init",
"image": "%IMAGE_SRC%", "image": "%IMAGE_SRC%",
"imagePullPolicy": "Always", "imagePullPolicy": "Always",
...@@ -81,11 +81,6 @@ ...@@ -81,11 +81,6 @@
] ]
}, },
{ {
"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