Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ Click on the **Topology** to view the Argo CD instance deployed in your namespac

Click on the Argo CD URL to open the Argo CD dashboard.

As described previously, Argo CD upon installation generates an initial admin password which is stored in a Kubernetes secret called `[argocd-name]-cluster`. Run the following command to decrypt the `admin` password and log into Argo CD dashboard:
As described previously, Argo CD upon installation generates an initial admin password which is stored in a Kubernetes secret called `argocd-cluster`. Run the following command to decrypt the `admin` password and log into Argo CD dashboard:

```
oc get secret myargocd-cluster -n myargocd -ojsonpath='{.data.admin\.password}' | base64 -d
oc get secret argocd-cluster -n myargocd -ojsonpath='{.data.admin\.password}' | base64 -d
```

4 changes: 2 additions & 2 deletions cluster/namespace/spring-petclinic-rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ roleRef:
name: admin
subjects:
- kind: ServiceAccount
name: argocd-cluster-argocd-application-controller
namespace: openshift-gitops
name: openshift-gitops-argocd-application-controller
namespace: openshift-gitops