Skip to content

Instantly share code, notes, and snippets.

@micoli
Created September 11, 2019 04:25
Show Gist options
  • Save micoli/52e47b21edb9d99af4d71dd4b9252f98 to your computer and use it in GitHub Desktop.
Save micoli/52e47b21edb9d99af4d71dd4b9252f98 to your computer and use it in GitHub Desktop.
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