Skip to content

Commit

Permalink
make sure dev-env forces context to be minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvinEfendi committed Jan 28, 2019
1 parent bd24825 commit 5d3bab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ SKIP_MINIKUBE_START=${SKIP_MINIKUBE_START:-}
NAMESPACE="${NAMESPACE:-ingress-nginx}"
echo "NAMESPACE is set to ${NAMESPACE}"

kubectl config set-context minikube

export TAG=dev
export ARCH=amd64
export REGISTRY=${REGISTRY:-ingress-controller}
Expand Down

0 comments on commit 5d3bab4

Please sign in to comment.