Everything I've read seems to indicate that the ordering of annotations as output by kyaml is deterministic. However there's still a test that occasionally flakes.
This is a bit of a hack, but it essentially re-writes all of the annotations in a sorted order, to ensure that their order is stable.
Fixes #16
Everything I've read seems to indicate that the ordering of annotations as output by kyaml is deterministic. However there's still a test that occasionally flakes.
This is a bit of a hack, but it essentially re-writes all of the annotations in a sorted order, to ensure that their order is stable.