Skip to content

Commit fe99674

Browse files
sonthonaxrkrollo-b2c2
authored andcommitted
Fix helm globals
1 parent c996d1f commit fe99674

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

kustomize/commands/internal/kustfile/kustomizationfile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func determineFieldOrder() []string {
5555
"SecretGenerator",
5656
"HelmCharts",
5757
"HelmChartInflationGenerator",
58+
"HelmGlobals",
5859
"GeneratorOptions",
5960
"Vars",
6061
"Images",

kustomize/commands/internal/kustfile/kustomizationfile_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ func TestFieldOrder(t *testing.T) {
3737
"SecretGenerator",
3838
"HelmCharts",
3939
"HelmChartInflationGenerator",
40+
"HelmGlobals",
4041
"GeneratorOptions",
4142
"Vars",
4243
"Images",

0 commit comments

Comments
 (0)