You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generators need to report back what files they reference so that kustomize localize can gather the appropriate files. See the work done for the builtin configmap generator and secret generator here. Thanks for all your hard work on this.
The text was updated successfully, but these errors were encountered:
Hi @Striar-Yunis thanks for the heads up. Happy to fix, but It's non-obvious to me what code changes are required from the PR you linked. Do you mind sharing a bit more information/context?
Sorry I should have posted back again here. I did some further investigating and the hooks needed to do this aren't yet available. When they are, I'll try to generate a PR. kubernetes-sigs/kustomize#4996 (comment)
Generators need to report back what files they reference so that
kustomize localize
can gather the appropriate files. See the work done for the builtin configmap generator and secret generator here. Thanks for all your hard work on this.The text was updated successfully, but these errors were encountered: