Skip to content

Commit

Permalink
Fix issue [Documentation] kubectl get service argo-artifacts -o wide (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
xianlubird authored and sarabala1979 committed Aug 1, 2019
1 parent 02f3826 commit 47eba51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ helm install stable/minio \

Login to the Minio UI using a web browser (port 9000) after exposing obtaining the external IP using `kubectl`.
```
kubectl get service argo-artifacts -o wide
kubectl get service argo-artifacts-mini -o wide
```
On Minikube:
```
minikube service --url argo-artifacts
minikube service --url argo-artifacts-mini
```

NOTE: When minio is installed via Helm, it uses the following hard-wired default credentials,
Expand Down

0 comments on commit 47eba51

Please sign in to comment.