K8s: Set custom config (#97169)

Set custom config
This commit is contained in:
Karl Persson
2024-11-28 16:30:43 +01:00
committed by GitHub
parent a41902330f
commit c5d3f8644e
@@ -105,7 +105,7 @@ func newAppBuilderGroup(cfg RunnerConfig, provider app.Provider) (appBuilderGrou
gv: kinds,
}
confCopy.groupVersion = gv
if confCopy.CustomConfig == nil {
if confCopy.CustomConfig != nil {
group.customConfig = confCopy.CustomConfig
}
b, err := NewAppBuilder(confCopy)