Skip to content

Commit

Permalink
fix: Update argocd login command example (#5352)
Browse files Browse the repository at this point in the history
Signed-off-by: arout <arout@redhat.com>
  • Loading branch information
amitkrout authored Jan 29, 2021
1 parent 5f10461 commit 5d1bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ kubectl get pods -n argocd -l app.kubernetes.io/name=argocd-server -o name | cut
Using the username `admin` and the password from above, login to Argo CD's IP or hostname:

```bash
argocd login <ARGOCD_SERVER>
argocd login <ARGOCD_SERVER> # e.g. localhost:8080 or argocd.example.com
```

Change the password using the command:
Expand Down

0 comments on commit 5d1bbb1

Please sign in to comment.