Skip to content

[argo-cd] add possibility to customized role on application-controller/server #3414

@DrummyFloyd

Description

@DrummyFloyd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions