mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix typos (#3608)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Distributed object storage server built for cloud applications and devops.
|
||||
name: minio
|
||||
version: 0.5.1
|
||||
version: 0.5.2
|
||||
keywords:
|
||||
- storage
|
||||
- object-storage
|
||||
|
||||
@@ -63,7 +63,7 @@ createBucket() {
|
||||
echo "Bucket '$BUCKET' already exists."
|
||||
fi
|
||||
|
||||
# At this point, the bucket should exist, skip checking for existance
|
||||
# At this point, the bucket should exist, skip checking for existence
|
||||
# Set policy on the bucket
|
||||
echo "Setting policy of bucket '$BUCKET' to '$POLICY'."
|
||||
/usr/bin/mc policy $POLICY myminio/$BUCKET
|
||||
|
||||
Reference in New Issue
Block a user