Skip to content
Snippets Groups Projects
Commit e5426f74 authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #1762 from manics/bindir-helm

Include bin_dir when patching helm tiller with kubectl
parents f5212d3b c14bbcdb
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
when: helm_container.changed
- name: Helm | Patch tiller deployment for RBAC
command: kubectl patch deployment tiller-deploy -p '{"spec":{"template":{"spec":{"serviceAccount":"tiller"}}}}' -n {{ system_namespace }}
command: "{{bin_dir}}/kubectl patch deployment tiller-deploy -p '{\"spec\":{\"template\":{\"spec\":{\"serviceAccount\":\"tiller\"}}}}' -n {{ system_namespace }}"
when: rbac_enabled
- 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