Multi-namespace RBAC support (#60)
Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>
This commit is contained in:
parent
e8c195854c
commit
8e324206f8
4 changed files with 22 additions and 3 deletions
|
|
@ -6,11 +6,13 @@ imagePullPolicy: Always
|
|||
|
||||
# ServiceAccount to use for running controller.
|
||||
serviceAccount: argo-events-sa
|
||||
# Create service accounts in additional namespaces specified
|
||||
# The SA will always be created in the release namespaces
|
||||
additionalSaNamespaces: []
|
||||
# - argo-prod
|
||||
|
||||
instanceID: argo-events
|
||||
|
||||
|
||||
|
||||
# set `singleNamespace` to false to have the controllers
|
||||
# listen on all namespaces. Otherwise the controllers will listen
|
||||
# on the namespace provided
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue