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