diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-02-11 11:20:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-11 11:20:30 +0000 |
commit | 7e74fe48ccfe1b1aa46d163390d7b46166d6c853 (patch) | |
tree | 48ad85d0b01c099f2803a3a9d87416fc1e56fd4d /docs | |
parent | fd737d1ad0b44eeceab5629928805ca2407d1921 (diff) | |
parent | aa859cd82bc6fde0c13b4ab7b0d82db5570fb7e9 (diff) |
Merge "docs: Ensure literal block rendering"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 0029d5fb9a..a965603efd 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -20,7 +20,8 @@ available), follow the following instructions to deploy ONAP. > cd oom/kubernetes **Step 2.** Install Helm Plugins required to deploy the ONAP Casablanca release:: - sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm + + > sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm **Step 3.** Customize the onap/values.yaml file to suit your deployment. You may want to selectively enable or disable ONAP components by changing the @@ -74,6 +75,7 @@ Use the following to monitor your deployment and determine when ONAP is ready fo > kubectl get pods --all-namespaces -o=wide Undeploying onap can be done using the following command:: + > helm undeploy dev --purge |