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
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:
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!
The text was updated successfully, but these errors were encountered:
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:
...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!
The text was updated successfully, but these errors were encountered: