diff options
| -rw-r--r-- | k8s/charts/seaweedfs/templates/filer-statefulset.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/charts/seaweedfs/templates/filer-statefulset.yaml b/k8s/charts/seaweedfs/templates/filer-statefulset.yaml index 033644150..33e882f85 100644 --- a/k8s/charts/seaweedfs/templates/filer-statefulset.yaml +++ b/k8s/charts/seaweedfs/templates/filer-statefulset.yaml @@ -175,7 +175,7 @@ spec: - mountPath: /etc/sw name: config-users readOnly: true - {{- if (or .Values.filer.enablePVC (eq .Values.filer.data.type "hostPath")) }} + {{- if (or .Values.filer.enablePVC (or (eq .Values.filer.data.type "hostPath") (eq .Values.filer.data.type "persistentVolumeClaim"))) }} - name: data-filer mountPath: /data {{- end }} |
