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
|
- 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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user