Skip to content

Commit 679686d

Browse files
committed
fix: remove enabled flag from controller.roleRules
Signed-off-by: puretension <[email protected]>
1 parent 5bacfb9 commit 679686d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

charts/argo-cd/values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,11 +1142,7 @@ controller:
11421142

11431143
## Enable this and set the rules: to whatever custom rules you want for the Role resource.
11441144
## Defaults to off
1145-
roleRules:
1146-
# -- Enable custom rules for the application controller's Role resource
1147-
enabled: false
1148-
# -- List of custom rules for the application controller's Role resource
1149-
rules: []
1145+
roleRules: []
11501146

11511147
# Default application controller's network policy
11521148
networkPolicy:

0 commit comments

Comments
 (0)