Browse Source

add a true flag to job command

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

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

@ -60,8 +60,9 @@ spec:
exec /bin/echo \
"s3.configure --user anonymous \
--buckets {{ $props.name }} \
--actions Read" |\
/usr/bin/weed shell
--actions Read \
--apply true" |\
/usr/bin/weed shell
{{- end }}
{{- end }}
{{- if .Values.filer.s3.enableAuth }}

Loading…
Cancel
Save