[DOC] Fix helm plugin installation instructions 88/134288/2
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Mon, 24 Apr 2023 09:14:47 +0000 (11:14 +0200)
committerFiachra Corcoran <fiachra.corcoran@est.tech>
Mon, 24 Apr 2023 14:47:14 +0000 (14:47 +0000)
Add plugin install to helm setup

Issue-ID: OOM-3167
Change-Id: I7c29478c5da04ebea894f33959bf88bd2290eabb
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
docs/sections/guides/infra_guides/oom_base_config_setup.rst

index dfc247a..81f6bb4 100644 (file)
@@ -96,7 +96,9 @@ Install the additional OOM plugins required to un/deploy the OOM helm charts::
 
     > git clone http://gerrit.onap.org/r/oom
 
-    > cp -R ~/oom/kubernetes/helm/plugins/ /usr/local/bin/helm/plugins
+    > helm plugin install ~/oom/kubernetes/helm/plugins/deploy
+
+    > helm plugin install ~/oom/kubernetes/helm/plugins/undeploy
 
 Verify the plugins are installed::