hall / kubenix

Kubernetes management with Nix
https://kubenix.org/
MIT License
319 stars 30 forks source link

Preserve array order #20

Closed herwigstuetz closed 1 year ago

herwigstuetz commented 1 year ago

This change temporarily stores the position of an element in its array so that the original order can be restored after the config is merged via attributes in mergeValuesByKey.

closes hall/kubenix#19

hall commented 1 year ago

lgtm -- thanks for following up on this fix @herwigstuetz :100: