fix loop logic in bucket hook and fix bucket name sin values file
This commit is contained in:
@@ -48,8 +48,8 @@ spec:
|
||||
command:
|
||||
- "/bin/sh"
|
||||
- "-ec"
|
||||
{{- range $.Values.filer.s3.createBuckets }}
|
||||
- |
|
||||
{{- range $.Values.filer.s3.createBuckets }}
|
||||
exec /bin/echo \
|
||||
"s3.bucket.create --name {{ . }}" |\
|
||||
/usr/bin/weed shell
|
||||
|
||||
Reference in New Issue
Block a user