chore(helm): Disable minio lifecycle by default
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
d9f88e049c
commit
c8f4d9d060
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ EOF
|
|||
for bucket in ${buckets[*]}; do
|
||||
mc mb minio/${bucket} || true
|
||||
done
|
||||
mc ilm import minio/mobs </tmp/lifecycle.json || true
|
||||
# eg: How to setup the lifecycle policy
|
||||
# mc ilm import minio/mobs </tmp/lifecycle.json || true
|
||||
|
||||
#####################################################
|
||||
# Creating public bucket; Do not change this block!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue