Skip to content

Commit adf93d9

Browse files
committed
docs: fix minio installation command
1 parent f51381a commit adf93d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/hive/examples/getting_started/getting_started.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ helm install minio \
4747
--set mode=standalone \
4848
--set replicas=1 \
4949
--set persistence.enabled=false \
50-
--set buckets[0].name=hive,buckets[0].policy=none \
51-
--set users[0].accessKey=hive,users[0].secretKey=hivehive,users[0].policy=readwrite \
50+
--set "buckets[0].name=hive,buckets[0].policy=none" \
51+
--set "users[0].accessKey=hive,users[0].secretKey=hivehive,users[0].policy=readwrite" \
5252
--set resources.requests.memory=1Gi \
5353
--set service.type=NodePort,service.nodePort=null \
5454
--set consoleService.type=NodePort,consoleService.nodePort=null \

0 commit comments

Comments
 (0)