aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-06-20 08:03:56 +0000
committerGerrit Code Review <gerrit@onap.org>2023-06-20 08:03:56 +0000
commitc13a17b46717fb942bdd9d57ce7c37b02d65d304 (patch)
treef6a891c236f51bb1b2270ed38f7b91d0f8da3812 /docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst
parent351be1d7603428a807d1e78073ce679b5d713419 (diff)
parent912aba36a7e406141a473ac18cfed787536f2aaf (diff)
Merge "[DOC] Update the London OOM Guides"
Diffstat (limited to 'docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst')
-rw-r--r--docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst6
1 files changed, 1 insertions, 5 deletions
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::