Skip to content
Snippets Groups Projects
Commit 791ea89b authored by moss2k13's avatar moss2k13 Committed by GitHub
Browse files

Updated helm installation

Added full path for helm
parent c572760a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment