fix redis pvc in helm deployment ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.18.0
| {{- include "ragflow.labels" . | nindent 4 }} | {{- include "ragflow.labels" . | nindent 4 }} | ||||
| app.kubernetes.io/component: redis | app.kubernetes.io/component: redis | ||||
| spec: | spec: | ||||
| {{- with .Values.redis.storage.className }} | |||||
| storageClassName: {{ . }} | |||||
| {{- end }} | |||||
| accessModes: | accessModes: | ||||
| - ReadWriteOnce | - ReadWriteOnce | ||||
| resources: | resources: |