Skip to content

Commit

Permalink
Update Operator Install doc
Browse files Browse the repository at this point in the history
Signed-off-by: Shiv Verma <[email protected]>
  • Loading branch information
pratap0007 authored and tekton-robot committed Nov 17, 2023
1 parent 459a9d2 commit f19a9af
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ weight: 100
| Profile | Installed Component | Platform |
|---------|---------------------|----------|
| lite | Pipeline | Kubernetes, Openshift |
| basic | Pipeline, Trigger | Kubernetes, Openshift |
| all | Pipeline, Trigger, Dashboard | Kubernetes |
| | Pipeline, Trigger, Addons, Pipelines as Code | Openshift |
| basic | Pipeline, Trigger, Chains | Kubernetes, Openshift |
| all | Pipeline, Trigger, Dashboard, Chains | Kubernetes |
| | Pipeline, Trigger, Addons, Pipelines as Code, Chains | Openshift |
```
# to install pipelines, triggers and dashboard (use profile 'all')
To install pipelines, triggers, chains and dashboard (use profile 'all')
``````
$ kubectl apply -f https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml
```

0 comments on commit f19a9af

Please sign in to comment.