Skip to content

Commit a1a0a49

Browse files
authored
Merge pull request #4370 from sonthonaxrk/fix-helm-globals
Fix helm globals
2 parents ff2a3d3 + fe99674 commit a1a0a49

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)