update infra-auth-retriver

This commit is contained in:
icecheng 2025-09-30 16:19:21 +08:00
parent 0e9afd2e4f
commit 128a85daee

View File

@ -32,8 +32,9 @@ main() {
help
;;
grafana)
echo "Grafana User: $(kubectl get secret kube-prometheus-stack-grafana -n freeleaps-monitoring-system -o jsonpath='{.data.admin-user}' | base64 -d)"
echo "Grafana Password: $(kubectl get secret kube-prometheus-stack-grafana -n freeleaps-monitoring-system -o jsonpath='{.data.admin-password}' | base64 -d)"
echo "Note: The 'admin' account has been disabled."
echo "Please choose 'Sign in with MATHMAST AD' to log in."
echo "Grafana URL: https://grafana.mathmast.com/"
;;
argocd)
echo "ArgoCD User: admin"