Add optional helm deployment mode for host (#1920)

This commit is contained in:
Matthew Mosesohn
2017-11-03 07:09:24 +00:00
committed by GitHub
parent 5c5e879c2c
commit 66c67dbe73
6 changed files with 39 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Helm | Set up helm docker launcher
template:
src: helm-container.j2
dest: "{{ bin_dir }}/helm"
owner: root
mode: 0755
register: helm_container