Skip to content

Instantly share code, notes, and snippets.

@hermannolafs
Created September 30, 2025 14:09
Show Gist options
  • Save hermannolafs/46bb0be867cf21c27626f94a0affcf86 to your computer and use it in GitHub Desktop.
Save hermannolafs/46bb0be867cf21c27626f94a0affcf86 to your computer and use it in GitHub Desktop.
argo login with kubectl pf on localhost:8080:80
argocd login localhost:8080 --skip-test-tls --username admin --grpc-web --plaintext --password (kubectl get secret -n argocd argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d)I
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment