Commit 06dba131 by 据说甜蜜呢

修改注释

parent 1e84de7c
Pipeline #4169 passed with stage
in 17 seconds
......@@ -8,7 +8,7 @@ source ./devops/PipeLines/Functions.core.sh
GetAppName appName
echo "starting release for ${appName}, it will dynamicly create k8s environment..."
echo "Starting release for ${appName}, it will dynamicly create k8s environment..."
GetMajor major
GetVersion version
......@@ -30,7 +30,7 @@ GetReplicas replicas
GetImageUserName registryUserName
ToLower ${Environment} environment
helm install /root/AutoDevOpsPipeLinesCharts \
helm install --debug --dry-run /root/AutoDevOpsPipeLinesCharts \
--name=${releaseName} \
--set environment.upper=${Environment} \
--set environment.lower=${environment} \
......@@ -41,4 +41,4 @@ helm install /root/AutoDevOpsPipeLinesCharts \
--set replicas=${replicas}
echo ""
echo "k8s environment Created Successfully !!!"
\ No newline at end of file
echo "K8s environment Created Successfully !!!"
\ No newline at end of file
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