Skip to content
Snippets Groups Projects
Commit 8eb60f56 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #1280 from moss2k13/bugfix/helm_centos

Updated kubernetes-apps helm installation
parents c572760a 791ea89b
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment