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

Missleading configuration in Mariadb secondary persistence #14

Closed MTSym closed 1 year ago

MTSym commented 1 year ago

According to https://github.com/passbolt/charts-passbolt/blob/main/values.yaml#L71 there should be a "existingClaim" property for the secondary persistence configuration while the bitnami repository does not have such a property: https://github.com/bitnami/charts/tree/main/bitnami/mariadb

Also when trying to set the property I observed that it always created a custom PVC inside my cluster.

dlen commented 1 year ago

Thanks for the report @MTSym!! Looks like you are right https://github.com/bitnami/charts/issues/13962 we can remove this from the values for now.