yannh / kubeconform

A FAST Kubernetes manifests validator, with support for Custom Resources!
Apache License 2.0
2.23k stars 124 forks source link

fix: expose error instance path instead of schema path #177

Closed levenleven closed 1 year ago

levenleven commented 1 year ago

Expose property path in validated document instead of location in schema, so it will be possible to point user to exact location.

xref https://github.com/yannh/kubeconform/issues/156 https://github.com/yannh/kubeconform/pull/173

yannh commented 1 year ago

Oohhhhh crap... I didnt realize I exposed the schema path... I hope people arent relying on this already :grimacing:

yannh commented 1 year ago

Release v0.6.1 thanks for noticing this quickly :100: