use use-context that actually changes the context
This commit is contained in:
parent
15d5ef95ef
commit
7e3b69b3e1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ SKIP_MINIKUBE_START=${SKIP_MINIKUBE_START:-}
|
||||||
NAMESPACE="${NAMESPACE:-ingress-nginx}"
|
NAMESPACE="${NAMESPACE:-ingress-nginx}"
|
||||||
echo "NAMESPACE is set to ${NAMESPACE}"
|
echo "NAMESPACE is set to ${NAMESPACE}"
|
||||||
|
|
||||||
kubectl config set-context minikube
|
kubectl config use-context minikube
|
||||||
|
|
||||||
export TAG=dev
|
export TAG=dev
|
||||||
export ARCH=amd64
|
export ARCH=amd64
|
||||||
|
|
Loading…
Reference in a new issue