From 40b969633606ec7e4ca85a4b109f6d9b4b1a5efa Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Mon, 10 Feb 2025 13:05:29 -0500 Subject: [PATCH] Update install-extension.md --- docs/tutorials/install-extension.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/install-extension.md b/docs/tutorials/install-extension.md index 3dab5eb68..b71d5a58c 100644 --- a/docs/tutorials/install-extension.md +++ b/docs/tutorials/install-extension.md @@ -46,7 +46,7 @@ For information on determining the ServiceAccount's permission, please see [Deri sourceType: Catalog catalog: packageName: - channel: + channels: [," ``` @@ -56,8 +56,8 @@ For information on determining the ServiceAccount's permission, please see [Deri `package_name` : Specifies the name of the package you want to install, such as `camel-k`. - `channel` - : Optional: Specifies the extension's channel, such as `stable` or `candidate`. + `channels` + : Optional: Specifies a set of the extension's channels from which to select, such as `stable` or `fast`. `version` : 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 !!! success ``` text title="Example output" - clusterextension.olm.operatorframework.io/my-camel-k created + clusterextension.olm.operatorframework.io/argocd created ``` ### Verification