fix: PVC名称错误

This commit is contained in:
zhangxinhui02
2025-08-20 03:37:44 +08:00
parent a4a63abe5c
commit 9d3404f932

View File

@@ -85,5 +85,5 @@ spec:
{{- if .Values.statistics_dashboard.enabled }}
- name: statistics
persistentVolumeClaim:
claimName: {{ .Release.Name }}-maibot-statistics
claimName: {{ .Release.Name }}-maibot-statistics-dashboard
{{- end }}