Created
September 30, 2025 14:09
-
-
Save hermannolafs/46bb0be867cf21c27626f94a0affcf86 to your computer and use it in GitHub Desktop.
argo login with kubectl pf on localhost:8080:80
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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