feat(argo-events): Add aggregate-roles (sync with upstream manifests) (#1143)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
50a8cf13f5
commit
1aabc80985
5 changed files with 115 additions and 9 deletions
|
|
@ -1,3 +1,9 @@
|
|||
# -- String to partially override "argo-events.fullname" template
|
||||
nameOverride: ""
|
||||
|
||||
# -- String to fully override "argo-events.fullname" template
|
||||
fullnameOverride: ""
|
||||
|
||||
# -- docker registry
|
||||
registry: quay.io
|
||||
|
||||
|
|
@ -36,6 +42,10 @@ additionalServiceAccountRules:
|
|||
resources:
|
||||
- customresourcedefinitions
|
||||
|
||||
# -- Create clusterroles that extend existing clusterroles to interact with argo-events CRDs.
|
||||
# Only applies for cluster-wide installation (`singleNamespace: true`)
|
||||
createAggregateRoles: true
|
||||
|
||||
# -- Whether to run in namespaced scope.
|
||||
# Set `singleNamespace` to false to have the controllers
|
||||
# listen on all namespaces. Otherwise the controllers will listen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue