video-iac/scripts/get-argocd-secret

2 lines
106 B
Plaintext
Executable File

kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo