argocd-course-issues-tracker icon indicating copy to clipboard operation
argocd-course-issues-tracker copied to clipboard

The initial admin user password is missed!

Open elchinefa opened this issue 2 years ago • 4 comments

Thoug installed argocd from gitlab, it can not find password. By the way threre are 2 secrets in ns argocd: argocd-notifications-secret
argocd-secret

controlplane $ kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo Error from server (NotFound): secrets "argocd-initial-admin-secret" not found

elchinefa avatar Sep 19 '22 08:09 elchinefa