We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56601ab commit c30ab8bCopy full SHA for c30ab8b
internal/config/config_scheduler.go
@@ -71,7 +71,7 @@ func (c *SchedulerConfig) Default(_ *field.Path) error {
71
c.Scope = SCOPE_NAMESPACED
72
}
73
if c.Strategy == "" {
74
- c.Strategy = STRATEGY_BALANCED
+ c.Strategy = STRATEGY_BALANCED_IGNORE_EMPTY
75
76
if c.PurposeMappings == nil {
77
c.PurposeMappings = map[string]*ClusterDefinition{}
0 commit comments