Is your feature request related to a problem?
when you are in a context,where you are only namespace scope, and you can only managed resource upon youre namespaces because cluster have security enhancement, it might be great to have possibility to custom/add new rules to application-controller-role
Related helm chart
argo-cd
Describe the solution you'd like
something like that , something similar is already done on ClusterRole level
controller:
roleRules:
# -- List of custom rules for the application controller's Role resource
rules: []
Describe alternatives you've considered
use kustomize for now, or use extraObject and mount new Role in into RoleBinding
Additional context
No response