argocd-course-issues-tracker
argocd-course-issues-tracker copied to clipboard
The initial admin user password is missed!
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