42_IOT/bonus/scripts/get_argocd_passwd.sh
2025-05-14 10:25:56 +02:00

2 lines
102 B
Bash
Executable File

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