Skip to content

Commit 1dac5dd

Browse files
authored
updated password instruction (redhat-developer#1)
1 parent b621fa9 commit 1dac5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once OpenShift GitOps is installed, an instance of Argo CD is automatically inst
3131
Argo CD upon installation generates an initial admin password which is stored in a Kubernetes secret. In order to retrieve this password, run the following command to decrypt the admin password:
3232

3333
```
34-
oc extract secret/argocd-cluster-cluster -n openshift-gitops --to=-
34+
oc extract secret/openshift-gitops-cluster -n openshift-gitops --to=-
3535
```
3636

3737
Click on Argo CD from the OpenShift Web Console application launcher and then log into Argo CD with `admin` username and the password retrieved from the previous step.

0 commit comments

Comments
 (0)