mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add the secrets volumemount
This commit is contained in:
parent
2af6b13800
commit
e4cdfde944
|
@ -64,6 +64,12 @@ spec:
|
||||||
/usr/bin/weed shell
|
/usr/bin/weed shell
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.filer.s3.enableAuth }}
|
||||||
|
volumeMounts:
|
||||||
|
- name: config-users
|
||||||
|
mountPath: /etc/sw
|
||||||
|
readOnly: true
|
||||||
|
{{- end }}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: {{ .Values.master.port }}
|
- containerPort: {{ .Values.master.port }}
|
||||||
name: swfs-master
|
name: swfs-master
|
||||||
|
|
Loading…
Reference in a new issue