Skip to content

Commit

Permalink
Update quick-start.md
Browse files Browse the repository at this point in the history
on my machine it runs over https
  • Loading branch information
0xlsa authored Apr 6, 2021
1 parent d0a0289 commit e7a10a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you are running Argo Workflows locally (e.g. using Minikube or Docker for Des
kubectl -n argo port-forward deployment/argo-server 2746:2746
```

This will serve the user interface on http://localhost:2746
This will serve the user interface on https://localhost:2746

If you're using running Argo Workflows on a remote cluster (e.g. on EKS or GKE) then [follow these instructions](argo-server.md#access-the-argo-workflows-ui).

Expand Down

0 comments on commit e7a10a4

Please sign in to comment.