Skip to content

Commit

Permalink
Merge pull request #3704 from Shopify/force-minikube-context
Browse files Browse the repository at this point in the history
make sure dev-env forces context to be minikube
  • Loading branch information
k8s-ci-robot authored Jan 29, 2019
2 parents bd24825 + 5d3bab4 commit 63ea4fd
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 63ea4fd

Please sign in to comment.