From 2bec25b46e181dc57ffd069a73a3bb1673d0e623 Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Mon, 3 May 2021 16:57:27 -0700 Subject: [PATCH] add new fields to ordered fields --- kustomize/commands/internal/kustfile/kustomizationfile.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kustomize/commands/internal/kustfile/kustomizationfile.go b/kustomize/commands/internal/kustfile/kustomizationfile.go index 8b6ecdfb4..6d16ef323 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",