regulaforensics / helm-charts

Regula Kubernetes Helm Charts
https://regulaforensics.com
Apache License 2.0
2 stars 3 forks source link

charts/docreader/templates/session-api-transactions-pvc.yaml error #30

Closed hunter-luo666 closed 7 months ago

hunter-luo666 commented 7 months ago

{{- if .Values.config.service.sessionApi.transactions.storageClassName }} {{- if (eq "-" .Values.config.service.sessionApi.transactions.storageClassName) }} storageClassName: "" {{- else }} storageClassName: "{{ .Values.config.service.sessionApi.transactions.storageClassName }}"

should update to: {{- if .Values.config.service.sessionApi.transactions.persistence.storageClassName }} {{- if (eq "-" .Values.config.service.sessionApi.transactions.persistence.storageClassName) }} storageClassName: "" {{- else }} storageClassName: "{{ .Values.config.service.sessionApi.transactions.persistence.storageClassName }}"

AndreiPaulau commented 7 months ago

Hello @hunter-luo666,

Thank you for noticing that, we'll fix it shortly!

AndreiPaulau commented 7 months ago

Fixed with https://github.com/regulaforensics/helm-charts/pull/31