Closed johanneskastl closed 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
storageClass
Is it currently not possible to adjust this?
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
values.yaml
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#L263Is it currently not possible to adjust this?