viaduct-ai / kustomize-sops

KSOPS - A Flexible Kustomize Plugin for SOPS Encrypted Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ksops breaks `kustomize localize`

Striar-Yunis opened this issue · comments

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.

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)

Great, thanks @Striar-Yunis!