Skip to content

Instantly share code, notes, and snippets.

@hunzo
Created January 15, 2025 08:52
Show Gist options
  • Save hunzo/580c9d0f78810d5abcdaebddc9652f90 to your computer and use it in GitHub Desktop.
Save hunzo/580c9d0f78810d5abcdaebddc9652f90 to your computer and use it in GitHub Desktop.
Get ArgoCD default admin password
kubectl -n argocd get secret argocd-initial-admin-secret \
          -o jsonpath="{.data.password}" | base64 -d; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment