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)