42_IOT/p3/scripts/get_argocd_passwd.sh
2025-05-14 11:03:06 +02:00

2 lines
102 B
Bash
Executable File

kubectl -n argocd get secrets argocd-initial-admin-secret -o jsonpath='{.data.password}' | base64 -d