mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +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",
|
"SecretGenerator",
|
||||||
"HelmCharts",
|
"HelmCharts",
|
||||||
"HelmChartInflationGenerator",
|
"HelmChartInflationGenerator",
|
||||||
|
"HelmGlobals",
|
||||||
"GeneratorOptions",
|
"GeneratorOptions",
|
||||||
"Vars",
|
"Vars",
|
||||||
"Images",
|
"Images",
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ func TestFieldOrder(t *testing.T) {
|
|||||||
"SecretGenerator",
|
"SecretGenerator",
|
||||||
"HelmCharts",
|
"HelmCharts",
|
||||||
"HelmChartInflationGenerator",
|
"HelmChartInflationGenerator",
|
||||||
|
"HelmGlobals",
|
||||||
"GeneratorOptions",
|
"GeneratorOptions",
|
||||||
"Vars",
|
"Vars",
|
||||||
"Images",
|
"Images",
|
||||||
|
|||||||
Reference in New Issue
Block a user