Merge pull request #1762 from manics/bindir-helm
Include bin_dir when patching helm tiller with kubectl
This commit is contained in:
commit
e5426f74a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue