From c9bbf685ff3056db137be5980e5ca1b4dbdaab7b Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 9 Feb 2021 11:36:14 +0100 Subject: [PATCH] [DOCS] Fix Helm3 install guide regarding "helm search" command For helm v3 the correct syntax for "search" command is "helm search repo [keyword]" Change-Id: Ie2c824ce5c0cdd38dd38de3b621e8302685dd743 Issue-ID: OOM-2562 Signed-off-by: Bartek Grzybowski --- docs/oom_user_guide_helm3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/oom_user_guide_helm3.rst b/docs/oom_user_guide_helm3.rst index 08e9ec0d0b..2c1eeabe71 100644 --- a/docs/oom_user_guide_helm3.rst +++ b/docs/oom_user_guide_helm3.rst @@ -149,7 +149,7 @@ Then build your local Helm repository:: The Helm search command reads through all of the repositories configured on the system, and looks for matches:: - > helm search -l + > helm search repo local NAME VERSION DESCRIPTION local/appc 2.0.0 Application Controller local/clamp 2.0.0 ONAP Clamp -- 2.16.6