From 3cf18adae92fbe91246c7759dde915319d718002 Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Mon, 3 May 2021 17:02:55 -0700 Subject: [PATCH] fix test --- kustomize/commands/internal/kustfile/kustomizationfile_test.go | 2 ++ 1 file changed, 2 insertions(+) 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",