diff --git a/README.md b/README.md index 7892c5e..d73fac3 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/cluster/namespace/spring-petclinic-rolebinding.yaml b/cluster/namespace/spring-petclinic-rolebinding.yaml index 4b27829..8f7a625 100644 --- a/cluster/namespace/spring-petclinic-rolebinding.yaml +++ b/cluster/namespace/spring-petclinic-rolebinding.yaml @@ -9,5 +9,5 @@ roleRef: name: admin subjects: - kind: ServiceAccount - name: argocd-cluster-argocd-application-controller - namespace: openshift-gitops \ No newline at end of file + name: openshift-gitops-argocd-application-controller + namespace: openshift-gitops