Skip to content

Commit

Permalink
docs: add namespace to initial-password command (#12718)
Browse files Browse the repository at this point in the history
Added " -n argocd " to avoid unexpected error.

Signed-off-by: Devarsh <devarshshah2608@gmail.com>
  • Loading branch information
devarsh10 committed Mar 6, 2023
1 parent 1005183 commit d01684c
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 @@ -81,7 +81,7 @@ in your Argo CD installation namespace. You can simply retrieve this password
using the `argocd` CLI:

```bash
argocd admin initial-password
argocd admin initial-password -n argocd
```

!!! warning
Expand Down

0 comments on commit d01684c

Please sign in to comment.