passbolt / charts-passbolt

Helm charts to run Passbolt on Kubernetes. No strings attached charts to run the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
43 stars 29 forks source link

Job-create-jwt -> kubectl: cannot execute binary file: Exec format error #73

Closed ook closed 9 months ago

ook commented 9 months ago

There's a bug in the job-create-jwt when running on non-amd64 platform: the job will download amd64 kubectl, disregarding the real architecture.

I open a PR fixing this.