koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

fix flaky affinities test: sort affinity exprs from matchlabels #126

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

order of iteration for maps is inconsistent, so converting matchlabels to affinity selector-expressions wasn't consistent.

only sorting selector-expressions from matchlabels so other expressions' ordering is unaffected

@wlan0