fix(argo-cd): Arrange for ApplicationSet in any namespace (#2945)
This commit is contained in:
parent
32a3541b7f
commit
687bedb946
4 changed files with 7 additions and 13 deletions
|
|
@ -299,7 +299,9 @@ 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"`)
|
||||
# -- A list of glob patterns specifying where to look for ApplicationSet resources. (e.g. `"argocd,argocd-appsets-*"`)
|
||||
# @default -- `""` (default is only the ns where the controller is installed)
|
||||
## For more information: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Appset-Any-Namespace/
|
||||
applicationsetcontroller.namespaces: ""
|
||||
|
||||
# -- Enables [Applications in any namespace]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue