kustomize icon indicating copy to clipboard operation
kustomize copied to clipboard

ConfigMaps items are generated with random order

Open narg95 opened this issue 4 years ago • 26 comments

Description

kustomize build . produces configmap items in a random order and although it is somehow benign since it produces equivalent YAML files, it would be great if the build outputs are consistent and reproducible.

I tested it with kustomize v4.4.1

narg95 avatar Nov 16 '21 13:11 narg95