fix(chart): use hostpath filer persistence when deprecated enablePVC is unset (#4384)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user