Live is streaming live. Watch now.

Tekton Examples

A collection of examples for Tekton

Download ZIP View on GitHub

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