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)