We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51381a commit adf93d9Copy full SHA for adf93d9
docs/modules/hive/examples/getting_started/getting_started.sh
@@ -47,8 +47,8 @@ helm install minio \
47
--set mode=standalone \
48
--set replicas=1 \
49
--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 \
+--set "buckets[0].name=hive,buckets[0].policy=none" \
+--set "users[0].accessKey=hive,users[0].secretKey=hivehive,users[0].policy=readwrite" \
52
--set resources.requests.memory=1Gi \
53
--set service.type=NodePort,service.nodePort=null \
54
--set consoleService.type=NodePort,consoleService.nodePort=null \
0 commit comments