Filing Bugs
File issues as desired, but if you’ve found a problem with how kustomize build
works, please report
kustomize has a simple test harness in the krusty package for specifying a kustomization’s input and the expected output.
Insert the inputs you want to use, and run it as you’d run the reusable custom transformer test:
The output will demonstrate the bug or missing feature.
Send the new test in a PR, along with commentary (in the test) on what you’d prefer to see.
The person who fixes the bug then has a clear bug reproduction and a test to modify when the bug is fixed.