fix(argo-workflows): Clarify the purpose of the aggregate roles in the values.yaml (#3193)

Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
Tim Collins 2025-03-06 12:00:22 +00:00 committed by GitHub
parent cf172edb3f
commit a774ae2e6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ crds:
# -- Annotations to be added to all CRDs
annotations: {}
# -- Create clusterroles that extend existing clusterroles to interact with argo-cd crds
# -- Create ClusterRoles that extend existing ClusterRoles to interact with Argo Workflows CRDs.
## Ref: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#aggregated-clusterroles
createAggregateRoles: true