diff --git a/docs/tasks.md b/docs/tasks.md index 042daec6399..4272f221c21 100644 --- a/docs/tasks.md +++ b/docs/tasks.md @@ -526,10 +526,10 @@ Sidecars, just like `Steps`, can also run scripts: ```yaml sidecars: - image: busybox - name: hello-sidecar - script: | - echo 'Hello from sidecar!' + - image: busybox + name: hello-sidecar + script: | + echo 'Hello from sidecar!' ``` **Note:** Tekton's current `Sidecar` implementation contains a bug. Tekton uses a container image named `nop` to terminate `Sidecars`.