Skip to content

Commit

Permalink
Fix demo's doc issue of install minio chart (argoproj#1450)
Browse files Browse the repository at this point in the history
Signed-off-by: Aisuko <[email protected]>
  • Loading branch information
Aisuko authored and jessesuen committed Jun 28, 2019
1 parent 8355233 commit 373bbe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ helm install stable/minio \
--set service.type=LoadBalancer \
--set defaultBucket.enabled=true \
--set defaultBucket.name=my-bucket \
--set persistence.enabled=false
--set persistence.enabled=false \
--set fullnameOverride=argo-artifacts
```

Login to the Minio UI using a web browser (port 9000) after exposing obtaining the external IP using `kubectl`.
Expand Down

0 comments on commit 373bbe6

Please sign in to comment.