Skip to content

Commit

Permalink
[development] fix vagrant script kubeconfig location.
Browse files Browse the repository at this point in the history
  • Loading branch information
notbdu committed Mar 20, 2020
1 parent dbb39e3 commit 663853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vagrant/provision/setup_unprivileged.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ mv ${HOME}/go/bin/kind ${HOME}/bin

# Setup kubectl to use the kind config
echo '' >> ${HOME}/.bashrc
echo 'export KUBECONFIG=${HOME}/.kube/kind-config-kind' >> ${HOME}/.bashrc
echo 'export KUBECONFIG=${HOME}/.kube/config' >> ${HOME}/.bashrc

0 comments on commit 663853b

Please sign in to comment.