Skip to content

Instantly share code, notes, and snippets.

@VidyasagarMSC
Last active October 8, 2018 09:15
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 VidyasagarMSC/6e065f765f561f7dd77942b403f0f7fb to your computer and use it in GitHub Desktop.
Save VidyasagarMSC/6e065f765f561f7dd77942b403f0f7fb to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: basic-user-pass
annotations:
build.knative.dev/docker-0: registry.<region>.bluemix.net # replace the <region>
type: kubernetes.io/basic-auth
stringData:
username: token # username
password: <password> # token-value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment