Skip to content
Snippets Groups Projects
Commit cea3e224 authored by jwfang's avatar jwfang
Browse files

change authorization_modes default value

parent 1eaf0e1c
No related branches found
No related tags found
No related merge requests found
......@@ -118,5 +118,5 @@ enable_network_policy: false
## List of authorization modes that must be configured for
## the k8s cluster. Only 'AlwaysAllow','AlwaysDeny', and
## 'RBAC' modes are tested.
authorization_modes: ['AlwaysAllow']
authorization_modes: []
rbac_enabled: "{{ 'RBAC' in authorization_modes }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment