Skip to content

Commit b621fa9

Browse files
committed
retrieve argocd pwd with oc extract
1 parent a2795d4 commit b621fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 get secret argocd-cluster-cluster -n openshift-gitops -ojsonpath='{.data.admin\.password}' | base64 -d
34+
oc extract secret/argocd-cluster-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)