Commit 1e036041 by 李二毛

Merge branch 'development' into 'rel/major'

添加 \

See merge request liermao/microservice-autodevopspipelines!49
parents 30381820 af37bfa7
Pipeline #4172 passed with stages
in 24 seconds
......@@ -34,9 +34,9 @@ helm install --debug --dry-run /root/AutoDevOpsPipeLinesCharts \
--name=${releaseName} \
--set environment.upper=${Environment} \
--set environment.lower=${environment} \
--set namespace=${namespace} \
--set image.registryhost=${RegistryHost}
--set image.username=${registryUserName}
--set namespace=${namespace} \
--set image.registryhost=${RegistryHost} \
--set image.username=${registryUserName} \
--set image.version=${version} \
--set replicas=${replicas}
......
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