We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fcd84 commit b4fc9b3Copy full SHA for b4fc9b3
deploy/ctl
@@ -64,7 +64,7 @@ tasks:
64
cur_color={{ get "color" }}
65
new_color={{ get "color" | get }}
66
echo "Config file is ${config}"
67
- echo "Updating {{ get "namespace" }}: $cur_color => $new_color"
+ echo "Updating [${KUBE_CONTEXT}] context {{ get "namespace" }} namespace: $cur_color => $new_color"
68
echo "$new_color" > ${config}
69
export COLOR=$new_color
70
# Deploy the app and update istio virtual service
0 commit comments