mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue