mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-24 19:53:35 +08:00
add a true flag to job command
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user