|
|
@ -34,6 +34,7 @@ |
|
|
|
{% if rbac_enabled %} --service-account=tiller{% endif %} |
|
|
|
{% if tiller_node_selectors is defined %} --node-selectors {{ tiller_node_selectors }}{% endif %} |
|
|
|
{% if tiller_override is defined %} --override {{ tiller_override }}{% endif %} |
|
|
|
{% if tiller_max_history is defined %} --history-max={{ tiller_max_history }}{% endif %} |
|
|
|
when: (helm_container is defined and helm_container.changed) or (helm_task_result is defined and helm_task_result.changed) |
|
|
|
|
|
|
|
- name: Helm | Set up bash completion |
|
|
|