Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Revert minikube certificates mount to docker volume
Browse files Browse the repository at this point in the history
  • Loading branch information
shikanime committed May 7, 2019
1 parent 29026ac commit cdfd691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/kubernetes-helm/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"runArgs": [
"--mount", "type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock",
"--mount", "type=bind,source=${env:HOME}${env:USERPROFILE}/.kube,target=/root/.kube-localhost",
"--mount", "type=bind,source=${env:HOME}${env:USERPROFILE}/.minikube,target=/root/.minikube-localhost"
"-v", "${env:HOME}${env:USERPROFILE}/.minikube:/root/.minikube-localhost"
]
}

0 comments on commit cdfd691

Please sign in to comment.