Skip to content

Commit b4fc9b3

Browse files
committed
add details
1 parent 05fcd84 commit b4fc9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/ctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tasks:
6464
cur_color={{ get "color" }}
6565
new_color={{ get "color" | get }}
6666
echo "Config file is ${config}"
67-
echo "Updating {{ get "namespace" }}: $cur_color => $new_color"
67+
echo "Updating [${KUBE_CONTEXT}] context {{ get "namespace" }} namespace: $cur_color => $new_color"
6868
echo "$new_color" > ${config}
6969
export COLOR=$new_color
7070
# Deploy the app and update istio virtual service

0 commit comments

Comments
 (0)