3 lines
114 B
Bash
Executable File
3 lines
114 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
kubectl get secret admin-user -n kubernetes-dashboard -o jsonpath="{.data.token}" | base64 -d |