Skip to content
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
4 changes: 2 additions & 2 deletions docs/taskruns.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ spec:
- /kaniko/executor
args:
- --destination=gcr.io/my-project/gohelloworld
``**
```

#### Tekton Bundles
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if this was meant to be subpoint of Specifying the target Task and now, because of separating it out, users won't be led to consider it unless they already know what Tekton Bundles are...

for discoverability, maybe it can remain a subpoint, or change heading to Specifying the target Tasks using Tekton Bundles

### Tekton Bundles

**Note: This is only allowed if `enable-tekton-oci-bundles` is set to
`"true"` in the `feature-flags` configmap, see [`install.md`](./install.md#customizing-the-pipelines-controller-behavior)**
Expand Down