Skip to content

Commit

Permalink
Update getting-started.md (argoproj#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
lueenavarro committed Apr 15, 2020
1 parent ee644a3 commit 9d93e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ helm install argo-artifacts stable/minio \

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

NOTE: When minio is installed via Helm, it uses the following hard-wired default credentials,
Expand All @@ -132,7 +132,7 @@ data:
artifactRepository: |
s3:
bucket: my-bucket
endpoint: argo-artifacts:9000
endpoint: argo-artifacts.default:9000
insecure: true
# accessKeySecret and secretKeySecret are secret selectors.
# It references the k8s secret named 'argo-artifacts'
Expand Down

0 comments on commit 9d93e97

Please sign in to comment.