Add default match for one subcluster

This commit is contained in:
Jan Eitzinger 2023-03-24 15:21:31 +01:00
parent 9aff980a38
commit 3ce8344275

View File

@ -53,7 +53,7 @@ func initClusterConfig() error {
nodeLists[cluster.Name] = make(map[string]NodeList) nodeLists[cluster.Name] = make(map[string]NodeList)
for _, sc := range cluster.SubClusters { for _, sc := range cluster.SubClusters {
if sc.Nodes == "" { if sc.Nodes == "*" {
continue continue
} }