mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Merge pull request #4370 from sonthonaxrk/fix-helm-globals
Fix helm globals
This commit is contained in:
@@ -55,6 +55,7 @@ func determineFieldOrder() []string {
|
||||
"SecretGenerator",
|
||||
"HelmCharts",
|
||||
"HelmChartInflationGenerator",
|
||||
"HelmGlobals",
|
||||
"GeneratorOptions",
|
||||
"Vars",
|
||||
"Images",
|
||||
|
||||
@@ -37,6 +37,7 @@ func TestFieldOrder(t *testing.T) {
|
||||
"SecretGenerator",
|
||||
"HelmCharts",
|
||||
"HelmChartInflationGenerator",
|
||||
"HelmGlobals",
|
||||
"GeneratorOptions",
|
||||
"Vars",
|
||||
"Images",
|
||||
|
||||
Reference in New Issue
Block a user