fix(argo-events): add managed namespace configuration (#2121)
This commit is contained in:
parent
db0484fe51
commit
c44f10eb37
4 changed files with 12 additions and 3 deletions
|
|
@ -138,6 +138,8 @@ controller:
|
|||
enabled: true
|
||||
# -- Restrict events controller to operate only in a single namespace instead of cluster-wide scope.
|
||||
namespaced: false
|
||||
# -- Additional namespace to be monitored by the controller
|
||||
managedNamespace: ""
|
||||
# -- Additional user rules for event controller's rbac
|
||||
rules: []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue