|
|
@ -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 |
|
|
|