File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272 new_color={{ get "color" | get }}
7373 echo "Config file is ${config}"
7474 echo "Updating [${KUBE_CONTEXT}] context {{ get "namespace" }} namespace: $cur_color => $new_color"
75- echo "$new_color" > ${config}
7675 export COLOR=$new_color
7776 # Deploy the app and update istio virtual service
78- helmfile --namespace {{ get "namespace" }} sync
77+ helmfile --namespace {{ get "namespace" }} sync
78+ echo "$new_color" > ${config}
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ releases:
4040 enabled : true
4141 env :
4242 # Color to deploy
43- # COLOR: "#0099ff" # Blue
44- COLOR : " #009900" # Green
43+ COLOR : " #0099ff" # Blue
44+ # COLOR: "#009900" # Green
4545
4646 # Service endpoint
4747 service :
You can’t perform that action at this time.
0 commit comments