opf / helm-charts

OPF helm chart repository
https://charts.openproject.org
GNU General Public License v3.0
11 stars 23 forks source link

storageClass for postgreSQL not adaptable? #16

Closed johanneskastl closed 1 year ago

johanneskastl commented 1 year ago

I found no hint on whether or not I can adjust the storageClass for the postgreSQL PVC. I found the entry for the openproject PVC: https://github.com/opf/helm-charts/blob/main/charts/openproject/values.yaml#L263

Is it currently not possible to adjust this?

johanneskastl commented 1 year ago

This can be done by setting the following:

postgresql:
  global:
    storageClass: my-storage-class-name

I'll open up a PR to add a commented example to the values.yaml