Skip to content

Commit

Permalink
chore(charts): use_rbac set to true by default
Browse files Browse the repository at this point in the history
Every major supported cloud provider now enables RBAC by default, we
should follow suit. (This is for merge into the upcoming minor release
expected soon, v2.22.0)
  • Loading branch information
Kingdon Barrett authored and Kingdon Barrett committed May 27, 2020
1 parent f002ae3 commit e6e0882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ global:
# Valid values are:
# - true: all RBAC-related manifests will be installed (in case your cluster supports RBAC)
# - false: no RBAC-related manifests will be installed
use_rbac: false
use_rbac: true


s3:
Expand Down

0 comments on commit e6e0882

Please sign in to comment.