PandaAcademy

ArgoCD komendy

Apr 10th, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. sudo kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo
  2. sudo kubectl -n argocd port-forward svc/argocd-server 8080:443 --address 0.0.0.0
Add Comment
Please, Sign In to add comment