mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 02:01:29 +00:00
Update HelmChartInflationGenerator.go
This commit is contained in:
@@ -267,6 +267,9 @@ func (p *HelmChartInflationGeneratorPlugin) templateCommand() []string {
|
|||||||
if p.ReleaseName != "" {
|
if p.ReleaseName != "" {
|
||||||
args = append(args, p.ReleaseName)
|
args = append(args, p.ReleaseName)
|
||||||
}
|
}
|
||||||
|
if p.Namespace != "" {
|
||||||
|
args = append(args, "--namespace", p.Namespace)
|
||||||
|
}
|
||||||
args = append(args, filepath.Join(p.absChartHome(), p.Name))
|
args = append(args, filepath.Join(p.absChartHome(), p.Name))
|
||||||
if p.ValuesFile != "" {
|
if p.ValuesFile != "" {
|
||||||
args = append(args, "--values", p.ValuesFile)
|
args = append(args, "--values", p.ValuesFile)
|
||||||
|
|||||||
Reference in New Issue
Block a user