stefanprodan / timoni

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://timoni.sh
Apache License 2.0
1.51k stars 67 forks source link

Fix `x-kubernetes-preserve-unknown-fields` path mismatch #279

Closed stefanprodan closed 8 months ago

stefanprodan commented 8 months ago

For CRDs with arrays the parentPath function doesn't walk back to the spec, as a workaround, to not miss x-kubernetes-preserve-unknown-fields we do partial matching which could open more fields than desired if the field names overlap.

Fix: #278