rename to helmRootNamespace

This commit is contained in:
koba1t
2026-01-13 08:13:23 +09:00
parent 4e75138d24
commit 7e45799272
2 changed files with 14 additions and 14 deletions

View File

@@ -172,8 +172,8 @@ var generatorConfigurators = map[builtinhelpers.BuiltinPluginType]func(
if c.HelmChart.Namespace == "" {
if kt.kustomization.Namespace != "" {
c.HelmChart.Namespace = kt.kustomization.Namespace
} else if kt.parentNamespace != "" {
c.HelmChart.Namespace = kt.parentNamespace
} else if kt.helmRootNamespace != "" {
c.HelmChart.Namespace = kt.helmRootNamespace
}
}
p := f()