Skip to content

Commit a0b79ea

Browse files
authored
Merge pull request #124 from kingdonb/patch-1
chore(charts): use_rbac set to true by default
2 parents f002ae3 + e6e0882 commit a0b79ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/workflow/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ global:
7373
# Valid values are:
7474
# - true: all RBAC-related manifests will be installed (in case your cluster supports RBAC)
7575
# - false: no RBAC-related manifests will be installed
76-
use_rbac: false
76+
use_rbac: true
7777

7878

7979
s3:

0 commit comments

Comments
 (0)