Skip to content
Snippets Groups Projects
Commit a55675ac authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Enable RBAC with kubeadm always (#1711)

parent 25dd3d47
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ openstack_lbaas_enabled: false
## the k8s cluster. Only 'AlwaysAllow','AlwaysDeny', and
## 'RBAC' modes are tested.
authorization_modes: []
rbac_enabled: "{{ 'RBAC' in authorization_modes }}"
rbac_enabled: "{{ 'RBAC' in authorization_modes or kubeadm_enabled }}"
## List of key=value pairs that describe feature gates for
## the k8s cluster.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment