nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
334 stars 269 forks source link

add `mariadb.global.defaultStorageClass` to values.yaml #607

Closed jessebot closed 3 months ago

jessebot commented 3 months ago

Description of the change

Add mariadb.global.defaultStorageClass to our values.yaml and clean up the README to also include mariadb.primary.persistence.storageClass and mariadb.primary.persistence.existingClaim as they'd be common parameters.

Benefits

Less confusion about how to use the MariaDB subchart because it better reflects the bitnami helm chart.

Possible drawbacks

none that I can think of, but always happy for feedback :)

Applicable issues

Additional information

nope

Checklist