diff --git a/k8s/charts/seaweedfs/templates/filer/filer-statefulset.yaml b/k8s/charts/seaweedfs/templates/filer/filer-statefulset.yaml index 29665caae..b7df27158 100644 --- a/k8s/charts/seaweedfs/templates/filer/filer-statefulset.yaml +++ b/k8s/charts/seaweedfs/templates/filer/filer-statefulset.yaml @@ -229,7 +229,7 @@ spec: - name: seaweedfs-filer-log-volume mountPath: "/logs/" {{- end }} - {{- if .Values.filer.s3.enableAuth }} + {{- if and .Values.filer.s3.enabled .Values.filer.s3.enableAuth }} - name: config-users mountPath: /etc/sw readOnly: true