Skip to content

Commit c0a2964

Browse files
authored
Update install-extension.md (#1741)
1 parent 6ca68c4 commit c0a2964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorials/install-extension.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For information on determining the ServiceAccount's permission, please see [Deri
4646
sourceType: Catalog
4747
catalog:
4848
packageName: <package_name>
49-
channel: <channel>
49+
channels: [<channel1>,<channel2]
5050
version: "<version>"
5151
```
5252
@@ -56,8 +56,8 @@ For information on determining the ServiceAccount's permission, please see [Deri
5656
`package_name`
5757
: Specifies the name of the package you want to install, such as `camel-k`.
5858

59-
`channel`
60-
: Optional: Specifies the extension's channel, such as `stable` or `candidate`.
59+
`channels`
60+
: Optional: Specifies a set of the extension's channels from which to select, such as `stable` or `fast`.
6161

6262
`version`
6363
: Optional: Specifies the version or version range you want installed, such as `1.3.1` or `"<2"`.
@@ -89,7 +89,7 @@ For information on determining the ServiceAccount's permission, please see [Deri
8989

9090
!!! success
9191
``` text title="Example output"
92-
clusterextension.olm.operatorframework.io/my-camel-k created
92+
clusterextension.olm.operatorframework.io/argocd created
9393
```
9494

9595
### Verification

0 commit comments

Comments
 (0)