verAdminPass.sh 151 B

123
  1. jsonpath="{.data.jenkins-admin-password}"
  2. secret=$(kubectl get secret -n jenkins jenkins -o jsonpath=$jsonpath)
  3. echo $(echo $secret | base64 --decode)