video-iac/scripts/get-argocd-secret

2 lines
106 B
Plaintext
Raw Permalink Normal View History

2025-07-20 22:17:36 +00:00
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo