mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-10 14:09:56 +00:00
The expectation is that the base entity can be referenced by its name with prefix, because the overlay shouldn't have to know how the base is generated. But currently the entity is only found when using the name without prefix. Related-To: #972