Created
June 8, 2020 08:13
-
-
Save cagriersen/4bc73dd0d81965662fa00b0cb4e32517 to your computer and use it in GitHub Desktop.
Rook Ceph Dashboard Credential
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [cagri@BookPro ~ ]$ kubectl -n rook-ceph get secret rook-ceph-dashboard-password -o yaml | grep "password:" | awk '{print $2}' | base64 --decode | |
| 5,TfkLIPOm{HK5JATvJ$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment