5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
kubectl -n rook-ceph get secret rook-ceph-dashboard-password -o jsonpath="{['data']['password']}" | base64 --decode && echo
|
|
|