mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix(chart): use hostpath filer persistence when deprecated enablePVC is unset (#4384)
This commit is contained in:
parent
2d213d87e1
commit
adf80dc3f6
|
@ -175,7 +175,7 @@ spec:
|
|||
- mountPath: /etc/sw
|
||||
name: config-users
|
||||
readOnly: true
|
||||
{{- if .Values.filer.enablePVC }}
|
||||
{{- if (or .Values.filer.enablePVC (eq .Values.filer.data.type "hostPath")) }}
|
||||
- name: data-filer
|
||||
mountPath: /data
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue