fix(chart): use hostpath filer persistence when deprecated enablePVC is unset (#4384)

This commit is contained in:
samcday 2023-04-10 15:32:31 +02:00 committed by GitHub
parent 2d213d87e1
commit adf80dc3f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}