Skip to content

Commit

Permalink
Add the enable-*-resolver flags to the Pipeline controller customiz…
Browse files Browse the repository at this point in the history
…ation docs

Prompted by #5415 (comment)

Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
  • Loading branch information
abayer authored and tekton-robot committed Sep 2, 2022
1 parent 933e816 commit 476a555
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,12 @@ features](#alpha-features) to be used.
name, kind, and API version information for each `TaskRun` and `Run` in the `PipelineRun` instead. Set it to "both" to
do both. For more information, see [Configuring usage of `TaskRun` and `Run` embedded statuses](pipelineruns.md#configuring-usage-of-taskrun-and-run-embedded-statuses).

- `enable-bundles-resolver`: set this flag to `"true"` to enable the use of [the `bundles` remote resolver](./bundle-resolver.md). This requires that `enable-api-fields` be set to "alpha".

- `enable-git-resolver`: set this flag to `"true"` to enable the use of [the `git` remote resolver](./git-resolver.md). This requires that `enable-api-fields` be set to "alpha".

- `enable-hub-resolver`: set this flag to `"true"` to enable the use of [the `hub` remote resolver](./hub-resolver.md). This requires that `enable-api-fields` be set to "alpha".

For example:

```yaml
Expand Down

0 comments on commit 476a555

Please sign in to comment.