Commit 42e0ce22 authored by João Cunha's avatar João Cunha
Browse files

Debug: set current-context early

parent 1dacc575
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ export ROLLOUT_RESOURCE_TYPE="${ROLLOUT_RESOURCE_TYPE:-deployment}"

echo $KUBECONFIG
kubectl config view
kubectl config use-context "$KUBE_CONTEXT"
kubectl config current-context
kubectl config view --minify -o jsonpath='{..namespace}'