yubro / tekton-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tekton Examples

Configuring Your Secret

kubectl create secret docker-registry regcred --docker-server=https://index.docker.io/v1/ --docker-username=DOCKER_USERNAME --docker-password=DOCKER_PASSWORD --docker-email DOCKER_EMAIL

Examples

About