add the secrets volumemount

This commit is contained in:
Max Roby 2023-11-23 17:37:38 +01:00 committed by Chris Lu
parent 2af6b13800
commit e4cdfde944

View file

@ -64,6 +64,12 @@ spec:
/usr/bin/weed shell
{{- end }}
{{- end }}
{{- if .Values.filer.s3.enableAuth }}
volumeMounts:
- name: config-users
mountPath: /etc/sw
readOnly: true
{{- end }}
ports:
- containerPort: {{ .Values.master.port }}
name: swfs-master