clear namespaces field by setting to an empty string

Signed-off-by: leehosu <hosu4549@gmail.com>
This commit is contained in:
leehosu 2024-09-24 16:35:56 +09:00
parent a45d241163
commit 3dd5dc5f88
No known key found for this signature in database
GPG key ID: 49693DFDB234F6E4

View file

@ -280,7 +280,7 @@ configs:
applicationsetcontroller.enable.progressive.syncs: false 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. `"namespace1, namespace2"`)
applicationsetcontroller.namespaces: "namespace1, namespace2" applicationsetcontroller.namespaces: ""
# -- Enables [Applications in any namespace] # -- Enables [Applications in any namespace]
## List of additional namespaces where applications may be created in and reconciled from. ## List of additional namespaces where applications may be created in and reconciled from.