Mlundm
Mlundm
Seems to be fixed in newer versions (5.0.4 for example).
This is similar to another issue. Please see my answer there https://github.com/kubernetes-sigs/kustomize/issues/5429#issuecomment-1810249254
Yea that was my intention to inform them about how it worked differently to Vars. Thanks for clarifying!
The problem for you is the order of execution. `resources/generators -> components -> transformers` Your configMapGenerator with merge is applying before the component that creates the configmap. While you could...