Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 191 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 191 Bytes

kubectl port-forward service/argo-cd-argocd-server -n argocd 8080:443 http://localhost:8080 kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d