feat(argo-cd): add multi-namespace support for ApplicationSet controller RBAC (#2935)
* feat(argo-cd): support multiple namespaces in applicationsetcontroller Signed-off-by: leehosu <hosu4549@gmail.com> * fetch upstream Signed-off-by: leehosu <hosu4549@gmail.com> * update README Signed-off-by: leehosu <hosu4549@gmail.com> * change a values about namespace Signed-off-by: leehosu <hosu4549@gmail.com> --------- Signed-off-by: leehosu <hosu4549@gmail.com>
This commit is contained in:
parent
edd04f6ec8
commit
0afd9e66bf
4 changed files with 14 additions and 3 deletions
|
|
@ -278,6 +278,8 @@ configs:
|
|||
applicationsetcontroller.policy: sync
|
||||
# -- Enables use of the Progressive Syncs capability
|
||||
applicationsetcontroller.enable.progressive.syncs: false
|
||||
# -- A list of glob patterns specifying where to look for ApplicationSet resources. (e.g. `"namespace1, namespace2"`)
|
||||
applicationsetcontroller.namespaces: ""
|
||||
|
||||
# -- Enables [Applications in any namespace]
|
||||
## List of additional namespaces where applications may be created in and reconciled from.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue