Skip to content
Snippets Groups Projects
Commit b652792a authored by Erwan Miran's avatar Erwan Miran
Browse files

/root/.kube must to mounted in order for helm to read kubeconfig and not fallback to localhost:8080

parent 7efe287c
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