From 06dba131b508977e000e07e3e52f9d829f75c3ac Mon Sep 17 00:00:00 2001
From: 据说甜蜜呢 <lijun@geekbuy.com.cn>
Date: Wed, 9 Jan 2019 17:36:03 +0800
Subject: [PATCH] 修改注释

---
 devops/PipeLines/Creation/003_ReleaseMajor.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devops/PipeLines/Creation/003_ReleaseMajor.sh b/devops/PipeLines/Creation/003_ReleaseMajor.sh
index b2d622f..8865533 100644
--- a/devops/PipeLines/Creation/003_ReleaseMajor.sh
+++ b/devops/PipeLines/Creation/003_ReleaseMajor.sh
@@ -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
--
libgit2 0.26.0