From aa859cd82bc6fde0c13b4ab7b0d82db5570fb7e9 Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Wed, 23 Jan 2019 17:32:18 +0100 Subject: [PATCH] docs: Ensure literal block rendering Literal block is not rendered as such unless separated from the surrounding paragraphs by blank lines [1]. [1] http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#literal-blocks Issue-ID: DOC-382 Change-Id: I54811c93bf126005d0eeb954102e010ad0055c48 Signed-off-by: Pawel Wieczorek --- docs/oom_quickstart_guide.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.16.6