parent
69c6e1253a
commit
18c1ca7218
|
|
@ -162,7 +162,7 @@ func (d *dynconfig) GetSchedulerClusterClientConfig() (types.SchedulerClusterCli
|
||||||
return types.SchedulerClusterClientConfig{}, false
|
return types.SchedulerClusterClientConfig{}, false
|
||||||
}
|
}
|
||||||
|
|
||||||
if data.SchedulerCluster != nil {
|
if data.SchedulerCluster == nil {
|
||||||
return types.SchedulerClusterClientConfig{}, false
|
return types.SchedulerClusterClientConfig{}, false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue