From 912aba36a7e406141a473ac18cfed787536f2aaf Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 19 Jun 2023 17:00:14 +0200 Subject: [DOC] Update the London OOM Guides Fix failures in the OOM documentation and add missing descriptions. Issue-ID: OOM-3179 Issue-ID: OOM-3149 Signed-off-by: Andreas Geissler Change-Id: Ie88fc4ffc3888371690a4f39c47a6cc76451047b --- .../guides/deployment_guides/oom_dev_testing_local_deploy.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst') diff --git a/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst b/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst index 50701dd597..b0deff0e2b 100644 --- a/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst +++ b/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst @@ -33,11 +33,7 @@ tools to host the updated helm charts. Chart museum is required to host the helm charts locally when deploying in a development environment:: - > curl -LO https://s3.amazonaws.com/chartmuseum/release/latest/bin/linux/amd64/chartmuseum - - > chmod +x ./chartmuseum - - > mv ./chartmuseum /usr/local/bin + > curl https://raw.githubusercontent.com/helm/chartmuseum/main/scripts/get-chartmuseum | bash **Step 4.** To setup a local Helm server to store the ONAP charts:: -- cgit 1.2.3-korg