mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-22 00:55:14 +08:00
fix(chart): use filer data PVC correctly (#4398)
This commit is contained in:
parent
88b2bbadd1
commit
e60a7af644
@ -175,7 +175,7 @@ spec:
|
||||
- mountPath: /etc/sw
|
||||
name: config-users
|
||||
readOnly: true
|
||||
{{- if (or .Values.filer.enablePVC (eq .Values.filer.data.type "hostPath")) }}
|
||||
{{- if (or .Values.filer.enablePVC (or (eq .Values.filer.data.type "hostPath") (eq .Values.filer.data.type "persistentVolumeClaim"))) }}
|
||||
- name: data-filer
|
||||
mountPath: /data
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user