Merge pull request #3704 from Shopify/force-minikube-context
make sure dev-env forces context to be minikube
This commit is contained in:
commit
63ea4fdb6a
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ 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
|
||||||
|
|
||||||
export TAG=dev
|
export TAG=dev
|
||||||
export ARCH=amd64
|
export ARCH=amd64
|
||||||
export REGISTRY=${REGISTRY:-ingress-controller}
|
export REGISTRY=${REGISTRY:-ingress-controller}
|
||||||
|
|
Loading…
Reference in a new issue