configMapGenerator unable to replace/merge ConfigMap from another Component #5852
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What happened?
The
configMapGenerator
from a Component is not visible to parent configMapGenerator.Similar issue with #5836
What did you expect to happen?
It generates a merged ConfigMap from two
configMapGenerator
, one from parent and the other from a Component.How can we reproduce it (as minimally and precisely as possible)?
Then run
kustomize build .
Expected output
Actual output
Kustomize version
v5.6.0
Operating system
MacOS
The text was updated successfully, but these errors were encountered: