Description
Is your feature request related to a problem? Please describe.
I was trying to use the secrets generator to generate the password for a PostgresQL deployment but as I installed the Helm chart, I ended up seing this:
# kubectl logs -f -n secret-generator deployment.apps/kubernetes-secret-generator
exec /usr/local/bin/entrypoint: exec format error
...and that is because I am on ARM/aarch64, whilst all the current images are x86_64 only.
Describe the solution you'd like
I had actually never really worked with Github Actions, so I took a look at how this is supposed to be done and came across this: https://learn.arm.com/learning-paths/cross-platform/github-arm-runners/actions/
Mind giving it a shot?
Describe alternatives you've considered
Got none that I'd be aware of, apologies.
Additional context
I just needed a secrets generator because managing them is annoying and much too stateful for my taste. I'd rather have some things just generated and created for me and just keep backing up the cluster. :)
Thank you and kind regards!