mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
add a true flag to job command
This commit is contained in:
parent
e4cdfde944
commit
aac2cd23c7
@ -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…
Reference in New Issue
Block a user