fix loop logic in bucket hook and fix bucket name sin values file

This commit is contained in:
Max Roby
2023-11-23 10:17:50 +01:00
committed by Chris Lu
parent e4f77b283c
commit 869c2ff4f4
2 changed files with 4 additions and 4 deletions

View File

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