Created
September 11, 2019 04:25
-
-
Save micoli/52e47b21edb9d99af4d71dd4b9252f98 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
kubecl get secret kaniko-secret -o json | jq -r '.data."config.json"' | base64 -D | jq -r '.auths."registry.gitlab.com".auth'| base64 -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment