Skip to content

Instantly share code, notes, and snippets.

@SugandhaAgrawal
Last active June 26, 2019 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SugandhaAgrawal/b80631f6c8e20a6c6777e4d6fe8a1207 to your computer and use it in GitHub Desktop.
Save SugandhaAgrawal/b80631f6c8e20a6c6777e4d6fe8a1207 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: dockerhub-user-pass
annotations:
tekton.dev/docker-0: https://index.docker.io
type: kubernetes.io/basic-auth
stringData:
username:<your username to login dockerhub>
password:<your password to login dockerhub>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment