浏览代码

Fix: missing redis pvc storageclass in helm (#6788)

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
zunceng 7 个月前
父节点
当前提交
e8f46c9207
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      helm/templates/redis.yaml

+ 3
- 0
helm/templates/redis.yaml 查看文件

@@ -7,6 +7,9 @@ metadata:
{{- include "ragflow.labels" . | nindent 4 }}
app.kubernetes.io/component: redis
spec:
{{- with .Values.redis.storage.className }}
storageClassName: {{ . }}
{{- end }}
accessModes:
- ReadWriteOnce
resources:

正在加载...
取消
保存