Category "tekton"

tekton & buildpack: certificate signed by unknown authority

I've deployed a local docker registry. It uses a self-signed certificate. When I'm trying to run buildpacks task, I'm getting this message: x509: certificate si

Tekton - Github integration

I'm looking for a way, if existing, of linking Tekton tasks running in Kubernetes cluster to GitHub steps, so that I can mark required steps in GitHub and allow

Tekton - Github integration

I'm looking for a way, if existing, of linking Tekton tasks running in Kubernetes cluster to GitHub steps, so that I can mark required steps in GitHub and allow

What does adding a secret to a ServiceAccount in Kubernetes do?

I am reading the tekton docs on authentication it explains that two things are needed to do authentication Create a secret docs give example below apiVersion: v

Tekton pipeline conditional run

I have a pipeline with following tasks. - name: A taskRef: name: buildah-secondary-tag-task runAfter: - maven-prepare-package