0dc38ff9b3
* Add a flag "authorization_method", when set to "RBAC" enables role based access control. * Add required cluster roles and bindings for kube-dns * Patch tiller deployment to use a service account with proper credentials. * Add a flag to regenerate kubernetes certs on the nodes.
6 lines
No EOL
154 B
YAML
6 lines
No EOL
154 B
YAML
helm_enabled: false
|
|
|
|
# specify a dir and attach it to helm for HELM_HOME.
|
|
helm_home_dir: "/root/.helm"
|
|
|
|
rbac_enabled: "{{ authorization_mode == 'RBAC' }}" |