aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--k8s/charts/seaweedfs/templates/filer-statefulset.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/k8s/charts/seaweedfs/templates/filer-statefulset.yaml b/k8s/charts/seaweedfs/templates/filer-statefulset.yaml
index c4d5ef9df..5e4b41b18 100644
--- a/k8s/charts/seaweedfs/templates/filer-statefulset.yaml
+++ b/k8s/charts/seaweedfs/templates/filer-statefulset.yaml
@@ -196,8 +196,8 @@ spec:
mountPath: "/logs/"
{{- end }}
{{- if .Values.filer.s3.enableAuth }}
- - mountPath: /etc/sw
- name: config-users
+ - name: config-users
+ mountPath: /etc/sw
readOnly: true
{{- end }}
{{- if (or .Values.filer.enablePVC (or (eq .Values.filer.data.type "hostPath") (eq .Values.filer.data.type "persistentVolumeClaim"))) }}
@@ -292,7 +292,7 @@ spec:
secret:
defaultMode: 420
{{- if .Values.filer.s3.existingConfigSecret }}
- secretName: {{ .Values.s3.existingConfigSecret }}
+ secretName: {{ .Values.filer.s3.existingConfigSecret }}
{{- else }}
secretName: seaweedfs-s3-secret
{{- end }}