Skip to content
Snippets Groups Projects
Unverified Commit d14394c6 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub
Browse files

Merge pull request #3185 from mirwan/helm_install_docker_insecureport_0

Mount /root/.kube to helm container
parents d9ea9374 b652792a
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
{{ docker_bin_dir }}/docker run --rm \ {{ docker_bin_dir }}/docker run --rm \
--net=host \ --net=host \
--name=helm \ --name=helm \
-v /root/.kube:/root/.kube:ro \
-v /etc/ssl:/etc/ssl:ro \ -v /etc/ssl:/etc/ssl:ro \
-v {{ helm_home_dir }}:{{ helm_home_dir }}:rw \ -v {{ helm_home_dir }}:{{ helm_home_dir }}:rw \
{% for dir in ssl_ca_dirs -%} {% for dir in ssl_ca_dirs -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment