From: Marek SzwaƂkiewicz Date: Mon, 24 Apr 2023 09:14:47 +0000 (+0200) Subject: [DOC] Fix helm plugin installation instructions X-Git-Tag: 12.0.0~48 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F134288%2F2;p=oom.git [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 --- 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::