Merge pull request #4370 from sonthonaxrk/fix-helm-globals

Fix helm globals
This commit is contained in:
Kubernetes Prow Robot
2022-01-10 10:13:13 -08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ func determineFieldOrder() []string {
"SecretGenerator",
"HelmCharts",
"HelmChartInflationGenerator",
"HelmGlobals",
"GeneratorOptions",
"Vars",
"Images",

View File

@@ -37,6 +37,7 @@ func TestFieldOrder(t *testing.T) {
"SecretGenerator",
"HelmCharts",
"HelmChartInflationGenerator",
"HelmGlobals",
"GeneratorOptions",
"Vars",
"Images",