opf / helm-charts

OPF helm chart repository

Home Page:https://charts.openproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storageClass for postgreSQL not adaptable?

johanneskastl opened this issue · comments

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?

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