From a336bf408d5821aae5d19fcd27bd54dd7246b82d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Szwa=C5=82kiewicz?= Date: Mon, 24 Apr 2023 11:14:47 +0200 Subject: [PATCH] [DOC] Fix helm plugin installation instructions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add plugin install to helm setup Issue-ID: OOM-3167 Change-Id: I7c29478c5da04ebea894f33959bf88bd2290eabb Signed-off-by: Marek Szwałkiewicz --- docs/sections/guides/infra_guides/oom_base_config_setup.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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:: -- 2.16.6