File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ docker_build_prod:
109109 helm install stakater-reloader stakater/reloader --set reloader.watchGlobally=false --namespace $KUBE_NAMESPACE
110110 fi
111111
112- - helm upgrade --install flat-server- $HELM_NAME helm --namespace $KUBE_NAMESPACE --set replicaCount=$REPLICA_COUNT
112+ - helm upgrade --install $HELM_NAME helm --namespace $KUBE_NAMESPACE --set replicaCount=$REPLICA_COUNT
113113
114114deploy_dev_cn :
115115 << : *DEPLOY
@@ -136,6 +136,7 @@ deploy_prod_cn:
136136 extends : .cn
137137 variables :
138138 DOCKER_TAG : $CI_COMMIT_SHA
139+ KUBE_NAMESPACE : default
139140 REPLICA_COUNT : 3
140141 HELM_NAME : flat-server-production
141142 << : *PROD
@@ -145,6 +146,7 @@ deploy_prod_sg:
145146 extends : .sg
146147 variables :
147148 DOCKER_TAG : $CI_COMMIT_SHA
149+ KUBE_NAMESPACE : default
148150 REPLICA_COUNT : 3
149151 HELM_NAME : flat-server-production
150152 << : *PROD
You can’t perform that action at this time.
0 commit comments