Closed Richard87 closed 1 month 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 🤔
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 🤔