Skip to content

Instantly share code, notes, and snippets.

@hermannolafs
Created September 22, 2025 11:34
Show Gist options
  • Save hermannolafs/371d42717fd75f647c6e67e0bdcd94e7 to your computer and use it in GitHub Desktop.
Save hermannolafs/371d42717fd75f647c6e67e0bdcd94e7 to your computer and use it in GitHub Desktop.
for when arog doesn't have an ip or anything
kubectl get secret -n argocd argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d | pbcopy && kubectl -n argocd port-forward svc/argocd-server 8080:80 & sleep 2 && open http://localhost:8080 && fg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment