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

feat: use list instead of string for extra volumes and extra volume mounts #61

Closed Kuruyia closed 3 months ago

Kuruyia commented 8 months ago

Nitpick from me, but the extraVolumes and extraVolumeMounts keys should really be lists instead of strings.

This is a breaking change.

dlen commented 8 months ago

Same as #62

jouve commented 7 months ago

bitnami/common library has a neat common.tplvalues.render macro that accepts both (yaml or str rendering yaml)