opf / helm-charts

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

ingress.annotations going to PVC? #57

Closed virgo47 closed 9 months ago

virgo47 commented 9 months ago

Hi, I believe there is a typo here: https://github.com/opf/helm-charts/blob/main/charts/openproject/templates/persistentvolumeclaim.yaml#L10

PVC should not use {{- with .Values.ingress.annotations }} - it also fails if these are used.

machisuji commented 9 months ago

Thanks for the report @virgo47. Fixed that.