Updated helm installation
Added full path for helm
This commit is contained in:
parent
c572760a66
commit
791ea89b88
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
register: helm_container
|
register: helm_container
|
||||||
|
|
||||||
- name: Helm | Install/upgrade helm
|
- 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
|
when: helm_container.changed
|
||||||
|
|
||||||
- name: Helm | Set up bash completion
|
- name: Helm | Set up bash completion
|
||||||
|
|
Loading…
Reference in a new issue