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
|
- mountPath: /etc/sw
|
||||||
name: config-users
|
name: config-users
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{{- if .Values.filer.enablePVC }}
|
{{- if (or .Values.filer.enablePVC (eq .Values.filer.data.type "hostPath")) }}
|
||||||
- name: data-filer
|
- name: data-filer
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue