Merge pull request #1280 from moss2k13/bugfix/helm_centos

Updated kubernetes-apps helm installation
pull/1281/head
Matthew Mosesohn 2017-05-08 12:45:35 +03:00 committed by GitHub
commit 8eb60f5624
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
register: helm_container
- name: Helm | Install/upgrade helm
command: "helm init --upgrade --tiller-image={{ tiller_image_repo }}:{{ tiller_image_tag }}"
command: "{{ bin_dir }}/helm init --upgrade --tiller-image={{ tiller_image_repo }}:{{ tiller_image_tag }}"
when: helm_container.changed
- name: Helm | Set up bash completion