Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 473 Bytes

argocd.doc.todo.md

File metadata and controls

12 lines (9 loc) · 473 Bytes

Connect to argocd interface

TODO

kubectl port-forward -n argocd argocd-server-7ff49f49fc-kmzrt 8080:8080

#bcrypt(password)=$2a$10$rRyBsGSHK6.uc8fntPwVIuLVHgsAhAX7TcdrqW/RADU0uh7Ca#bcrypt(password)=$2a$10$rRyBsGSHK6.uc8fntPwVIuLVHgsAhAX7TcdrqW/RADU0uh7CaChLa kubectl -n argocd patch secret argocd-secret
-p '{"stringData": { "admin.password": "$2a$10$rRyBsGSHK6.uc8fntPwVIuLVHgsAhAX7TcdrqW/RADU0uh7CaChLa", "admin.passwordMtime": "'$(date +%FT%T%Z)'" }}'