diff options
Diffstat (limited to 'docs/oom_user_guide.rst')
-rw-r--r-- | docs/oom_user_guide.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index b8e5d1bb9d..97b2fde01a 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -70,10 +70,6 @@ To prepare your system for an installation of ONAP, you'll need to:: > git clone http://gerrit.onap.org/r/oom > cd kubernetes -Then build your local Helm repository:: - - > make all - To setup a local Helm server to server up the ONAP charts:: > helm serve & @@ -88,6 +84,10 @@ To get a list of all of the available Helm chart repositories:: NAME URL local http://127.0.0.1:8879 +Then build your local Helm repository:: + + > make all + The Helm search command reads through all of the repositories configured on the system, and looks for matches:: |