Open cbs-rschreijen opened 8 months ago
Argocd installation instruction: kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
Response: Error from server (NotFound): secrets "argocd-initial-admin-secret" not found
Workaround: I managed to get the initial admin password through the Rancher Desktop K8s dashboard
Argocd installation instruction: kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
Response: Error from server (NotFound): secrets "argocd-initial-admin-secret" not found