aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarek SzwaƂkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-24 11:14:47 +0200
committerFiachra Corcoran <fiachra.corcoran@est.tech>2023-04-24 14:47:14 +0000
commita336bf408d5821aae5d19fcd27bd54dd7246b82d (patch)
tree9c70b0ba34ad892de7b7b4bed6a47a108556d32f /docs
parent9d4d923694a16dfe53adf262091eba61e4a3cb56 (diff)
[DOC] Fix helm plugin installation instructions
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/sections/guides/infra_guides/oom_base_config_setup.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/sections/guides/infra_guides/oom_base_config_setup.rst b/docs/sections/guides/infra_guides/oom_base_config_setup.rst
index dfc247a07d..81f6bb4f82 100644
--- a/docs/sections/guides/infra_guides/oom_base_config_setup.rst
+++ b/docs/sections/guides/infra_guides/oom_base_config_setup.rst
@@ -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::