Browse Source

add the secrets volumemount

pull/5049/head
Max Roby 1 year ago
committed by Chris Lu
parent
commit
e4cdfde944
  1. 6
      k8s/charts/seaweedfs/templates/post-install-bucket-hook.yaml

6
k8s/charts/seaweedfs/templates/post-install-bucket-hook.yaml

@ -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

Loading…
Cancel
Save