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