Skip to content

Commit

Permalink
Mount the kubeconfig in make shell
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiomkarj committed Aug 19, 2019
1 parent c4a8325 commit 3343b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ shell: build-dirs
--net host \
-v "$(PWD)/.go/pkg:/go/pkg" \
-v "$(PWD)/.go/cache:/go/.cache" \
-v "${HOME}/.kube:/root/.kube" \
-v "$(PWD):/go/src/$(PKG)" \
-v "$(PWD)/bin/$(ARCH):/go/bin" \
-v "$(PWD)/bin/$(ARCH):/go/bin/$$(go env GOOS)_$(ARCH)" \
Expand Down

0 comments on commit 3343b9c

Please sign in to comment.