Skip to content

Commit

Permalink
Fix documentation about tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
duanquanfeng authored and tekton-robot committed Jul 6, 2020
1 parent 9a64119 commit 1a605b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1a605b1

Please sign in to comment.