-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ksops not working with kustomize on Mac ARM #255
Comments
Hello @mkocur-ledger! I'm here to help you with any issues or questions you have regarding this repository. If you need assistance, feel free to ask. To resolve the error "failed to load generator: expected file with Go object code at: /Users/user/.config/kustomize/plugin/viaduct.ai/v1/ksops/ksops.so" when running Here are the steps to ensure the plugin is correctly installed:
By following these steps, you should be able to resolve the error and successfully use the |
It started working after copying ksops binary into |
Hey @mkocur-ledger sorry you ran into issues, but glad you were able to resolve it. If you had to move the binary to that path that means your must have the legacy style plugins set up. Are you able to share your |
Sure. kustomization.yaml
secrets-generator.yaml
Nothing fancy here. |
Hello,
so just installed ksops and kustomize with brew:
I tried also official installation script but it just creates one binary in /usr/local/bin.
My understanding is that kustomize should allow executing a binary instead of looking for a library with
--enable-exec
but I have no clue how to convince it to do it.The text was updated successfully, but these errors were encountered: