diff --git a/kustomize/commands/internal/kustfile/kustomizationfile_test.go b/kustomize/commands/internal/kustfile/kustomizationfile_test.go index 428c74a53..685980638 100644 --- a/kustomize/commands/internal/kustfile/kustomizationfile_test.go +++ b/kustomize/commands/internal/kustfile/kustomizationfile_test.go @@ -35,6 +35,8 @@ func TestFieldOrder(t *testing.T) { "Patches", "ConfigMapGenerator", "SecretGenerator", + "HelmCharts", + "HelmChartInflationGenerator", "GeneratorOptions", "Vars", "Images",