Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation about tasks #2893

Merged
merged 1 commit into from
Jul 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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