fix(argo-events): add managed namespace configuration (#2121)

This commit is contained in:
ceguimaraes 2023-06-21 22:41:34 +10:00 committed by GitHub
parent db0484fe51
commit c44f10eb37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View file

@ -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: []