chore: 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 01:02:16 +09:00
parent 54cf342d44
commit e36aab0d97
No known key found for this signature in database
GPG key ID: 49693DFDB234F6E4

View file

@ -280,7 +280,8 @@ configs:
applicationsetcontroller.enable.progressive.syncs: false
# When specifying multiple namespaces, specify them as a comma-separated string
applicationsetcontroller.namespaces: "namespace1, namespace2"
# e.g., "namespace1, namespace2"
applicationsetcontroller.namespaces: ""
# -- Enables [Applications in any namespace]
## List of additional namespaces where applications may be created in and reconciled from.