Skip to content

Commit

Permalink
Fix unavaiable sidecar link
Browse files Browse the repository at this point in the history
Make it works.
  • Loading branch information
vincent-pli authored and tekton-robot committed Jun 1, 2020
1 parent 7338ba9 commit baf3c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ The `sidecars` field specifies a list of [`Containers`](https://kubernetes.io/do
to run alongside the `Steps` in your `Task`. You can use `Sidecars` to provide auxiliary functionality, such as
[Docker in Docker](https://hub.docker.com/_/docker) or running a mock API server that your app can hit during testing.
`Sidecars` spin up before your `Task` executes and are deleted after the `Task` execution completes.
For further information, see [`Sidecars` in `TaskRuns`](taskruns.md#sidecars).
For further information, see [`Sidecars` in `TaskRuns`](taskruns.md#specifying-sidecars).

In the example below, a `Step` uses a Docker-in-Docker `Sidecar` to build a Docker image:

Expand Down

0 comments on commit baf3c72

Please sign in to comment.