Add helm deployment

This commit is contained in:
Matthew Mosesohn
2017-03-17 14:56:25 +03:00
parent 9624662bf6
commit b69d4b0ecc
7 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
{{ docker_bin_dir }}/docker run --rm \
--net=host \
--name=helm \
-v /etc/ssl:/etc/ssl:ro \
{% for dir in ssl_ca_dirs -%}
-v {{ dir }}:{{ dir }}:ro \
{% endfor -%}
{{ helm_image_repo }}:{{ helm_image_tag}} \
"$@"