add a true flag to job command

This commit is contained in:
Max Roby 2023-11-24 09:26:59 +01:00 committed by Chris Lu
parent e4cdfde944
commit aac2cd23c7

View file

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