diff --git a/kustomize/commands/internal/kustfile/kustomizationfile.go b/kustomize/commands/internal/kustfile/kustomizationfile.go index 902b18837..ed5f9d25d 100644 --- a/kustomize/commands/internal/kustfile/kustomizationfile.go +++ b/kustomize/commands/internal/kustfile/kustomizationfile.go @@ -38,6 +38,7 @@ func determineFieldOrder() []string { } ordered := []string{ + "MetaData", "Resources", "Bases", "NamePrefix",