fix: PVC名称错误

pull/1198/head
zhangxinhui02 2025-08-20 03:37:44 +08:00
parent 90d5bab127
commit 04575b8258
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
1 changed files with 1 additions and 1 deletions

View File

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