equinor / radix-cli

https://radix.equinor.com/docs/topic-radix-cli/#use
MIT License
7 stars 1 forks source link

Allow yaml anchors in validate radix-config #97

Closed Richard87 closed 1 month ago

Richard87 commented 5 months ago

If you use yaml anchors, strict validation will currently fail with unknown key.

A possible fix might be to yaml.unmarshal "unstrict" to interface, then marshall that to bytes, and run strict validation on this 🤔