khuedoan-homelab/scripts/argocd-password

5 lines
147 B
Plaintext
Raw Normal View History

#!/bin/sh
# Get ArgoCD initial admin password
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d