diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-02-09 11:36:14 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-02-09 11:53:24 +0100 |
commit | c9bbf685ff3056db137be5980e5ca1b4dbdaab7b (patch) | |
tree | bbb6eb0910e8ac49ea5e572399d307512f2f5652 /docs/oom_user_guide_helm3.rst | |
parent | c5059432ac150c1a4c528eef6bda4212696f2b35 (diff) |
[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 <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'docs/oom_user_guide_helm3.rst')
-rw-r--r-- | docs/oom_user_guide_helm3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |