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
40 stars 27 forks source link

fix: set JWT private key in the secret #71

Closed Kuruyia closed 6 months ago

Kuruyia commented 6 months ago

This simply fixes the JWT creation job that was not patching the JWT secret properly for the private key.

dlen commented 6 months ago

Good catch! Thanks for the contribution!