You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TektonAddon.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ weight: 6
6
6
-->
7
7
# Tekton Addon
8
8
9
-
TektonAddon custom resource allows user to install resource like resolverTasks, resolverStepActions and pipelineTemplate along with Pipelines.
9
+
TektonAddon custom resource allows user to install resource like resolverTasks, resolverStepActions, communityResolverTasks and pipelineTemplate along with Pipelines.
10
10
It also allows user to install various Tasks in openshift-pipelines namespace.
11
11
12
12
**NOTE:** TektonAddon is currently available only for OpenShift Platform. This is roadmap to enable it for Kubernetes platform.
@@ -28,6 +28,8 @@ spec:
28
28
value: "true"
29
29
- name: resolverStepActions
30
30
value: "true"
31
+
- name: communityResolverTasks
32
+
value: "true"
31
33
```
32
34
You can install this component using [TektonConfig](./TektonConfig.md) by choosing appropriate `profile`.
33
35
@@ -38,7 +40,8 @@ Available params are
38
40
- `pipelineTemplates` (Default: `true`)
39
41
- `resolverTasks` (Default: `true`)
40
42
- `resolverStepActions` (Default: `true`)
43
+
- `communityResolverTasks` (Default: `true`)
41
44
42
45
User can disable the installation of resources by changing the value to `false`.
43
46
44
-
- Pipelines templates uses tasks from `openshift-pipelines` in them so to install pipelineTemplates, resolverTasks must be `true`
47
+
- Pipelines templates uses tasks from `openshift-pipelines`. Therefore, to install pipelineTemplates, resolverTasks must be set to `true`
Copy file name to clipboardExpand all lines: docs/TektonConfig.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ By default pruner job will be created from the global pruner config (`spec.prune
329
329
> `keep: 100` <br>
330
330
### Addon
331
331
332
-
TektonAddon install some resources along with Tekton Pipelines on the cluster. This provides few PipelineTemplates, ResolverTasksand ResolverStepActions.
332
+
TektonAddon install some resources along with Tekton Pipelines on the cluster. This provides few PipelineTemplates, ResolverTasks, ResolverStepActions and CommunityResolverTasks.
333
333
334
334
This section allows to customize installation of those resources through params. You can read more about the supported params [here](./TektonAddon.md).
335
335
@@ -343,6 +343,8 @@ addon:
343
343
value: "true"
344
344
- name: "resolverStepActions"
345
345
value: "true"
346
+
- name: "communityResolverTasks"
347
+
value: "true"
346
348
```
347
349
348
350
**NOTE**: TektonAddon is currently available for OpenShift Platform only. Enabling this for Kubernetes platform is in roadmap
Copy file name to clipboardExpand all lines: operatorhub/openshift/release-artifacts/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml
0 commit comments