From 88ce21bd5af65c7e51d489c564776fcdede38281 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Thu, 22 Oct 2020 11:18:45 +0100 Subject: [PATCH] Fix the link to the tekton bundle example Signed-off-by: Andrea Frittoli --- docs/taskruns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/taskruns.md b/docs/taskruns.md index 6728dee3783..3970cd973a8 100644 --- a/docs/taskruns.md +++ b/docs/taskruns.md @@ -131,7 +131,7 @@ taskRef: bundle: docker.io/myrepo/mycatalog@sha256:abc123 ``` -A working example can be found [here](../examples/v1beta1/taskruns/bundle.yaml). +A working example can be found [here](../examples/v1beta1/taskruns/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)