clear namespaces field by setting to an empty string
Signed-off-by: leehosu <hosu4549@gmail.com>
This commit is contained in:
parent
a45d241163
commit
3dd5dc5f88
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue