docs(helm): Write warning for public bucket
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
3ad610cf75
commit
00a9d9753f
1 changed files with 5 additions and 1 deletions
|
|
@ -31,10 +31,14 @@ mc mb minio/${bucket} || true
|
|||
done
|
||||
mc ilm import minio/mobs < /tmp/lifecycle.json || true
|
||||
|
||||
# Creating frontend bucket
|
||||
#####################################################
|
||||
# Creating frontend bucket; Do not change this block!
|
||||
# !! PUBLIC BUCKETS !!
|
||||
#####################################################
|
||||
mc mb minio/frontend || true
|
||||
mc policy set download minio/frontend || true
|
||||
mc policy set download minio/sessions-assets || true
|
||||
|
||||
}
|
||||
|
||||
# /bin/bash kafka.sh migrate $migration_versions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue