update infra-auth-retriver
This commit is contained in:
parent
0e9afd2e4f
commit
128a85daee
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user