mirror of https://github.com/Mai-with-u/MaiBot.git
fix: PVC名称错误
parent
90d5bab127
commit
04575b8258
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue