From 10a5b5b0120d523c4128580131a698a7185ad614 Mon Sep 17 00:00:00 2001 From: Enrique Encalada Date: Tue, 19 Jan 2021 14:24:15 +0100 Subject: [PATCH] Update taskruns.md doc Update the link to the tekton-bundles.yaml sample. --- docs/taskruns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/taskruns.md b/docs/taskruns.md index f76e51ce4f7..4c67bf30112 100644 --- a/docs/taskruns.md +++ b/docs/taskruns.md @@ -134,7 +134,7 @@ taskRef: bundle: docker.io/myrepo/mycatalog@sha256:abc123 ``` -A working example can be found [here](../examples/v1beta1/taskruns/tekton-bundles.yaml). +A working example can be found [here](../examples/v1beta1/taskruns/no-ci/tekton-bundles.yaml). Any of the above options will fetch the image using the `ImagePullSecrets` attached to the `ServiceAccount` specified in the `TaskRun`. See the [Service Account](#service-account)