Specify a dir and attach it to helm for HELM_HOME

This commit is contained in:
FengyunPan
2017-04-21 10:51:27 +08:00
parent c2c334d22f
commit 2bde9bea1c
3 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
--net=host \
--name=helm \
-v /etc/ssl:/etc/ssl:ro \
-v {{ helm_home_dir }}:{{ helm_home_dir }}:rw \
{% for dir in ssl_ca_dirs -%}
-v {{ dir }}:{{ dir }}:ro \
{% endfor -%}