-
-
Save initcron/09d8b6c70d527b5e8894472efa83a895 to your computer and use it in GitHub Desktop.
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
| # bcrypt(password)=$2a$10$rRyBsGSHK6.uc8fntPwVIuLVHgsAhAX7TcdrqW/RADU0uh7CaChLa | |
| kubectl -n argocd patch secret argocd-secret \ | |
| -p '{"stringData": { | |
| "admin.password": "$2a$10$rRyBsGSHK6.uc8fntPwVIuLVHgsAhAX7TcdrqW/RADU0uh7CaChLa", | |
| "admin.passwordMtime": "'$(date +%FT%T%Z)'" | |
| }}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment