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

Commit cdfd691

Browse files
committed
Revert minikube certificates mount to docker volume
1 parent 29026ac commit cdfd691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/kubernetes-helm/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"runArgs": [
99
"--mount", "type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock",
1010
"--mount", "type=bind,source=${env:HOME}${env:USERPROFILE}/.kube,target=/root/.kube-localhost",
11-
"--mount", "type=bind,source=${env:HOME}${env:USERPROFILE}/.minikube,target=/root/.minikube-localhost"
11+
"-v", "${env:HOME}${env:USERPROFILE}/.minikube:/root/.minikube-localhost"
1212
]
1313
}

0 commit comments

Comments
 (0)