diff --git a/kustomize/commands/internal/kustfile/kustomizationfile.go b/kustomize/commands/internal/kustfile/kustomizationfile.go index 8b6ecdfb49..6d16ef323a 100644 --- a/kustomize/commands/internal/kustfile/kustomizationfile.go +++ b/kustomize/commands/internal/kustfile/kustomizationfile.go @@ -53,6 +53,8 @@ func determineFieldOrder() []string { "Patches", "ConfigMapGenerator", "SecretGenerator", + "HelmCharts", + "HelmChartInflationGenerator", "GeneratorOptions", "Vars", "Images",