From c04cf01b45aa92d588f8e2bd43186b5f52ec6501 Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Tue, 16 Feb 2021 14:31:32 -0800 Subject: [PATCH] fix test --- kustomize/commands/internal/kustfile/kustomizationfile_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kustomize/commands/internal/kustfile/kustomizationfile_test.go b/kustomize/commands/internal/kustfile/kustomizationfile_test.go index ebd9a51e9..44c4a4e78 100644 --- a/kustomize/commands/internal/kustfile/kustomizationfile_test.go +++ b/kustomize/commands/internal/kustfile/kustomizationfile_test.go @@ -20,6 +20,7 @@ func TestFieldOrder(t *testing.T) { expected := []string{ "APIVersion", "Kind", + "MetaData", "Resources", "Bases", "NamePrefix",