diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-01-23 17:32:18 +0100 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-01-23 18:40:56 +0100 |
commit | aa859cd82bc6fde0c13b4ab7b0d82db5570fb7e9 (patch) | |
tree | 2b04e6896dd28a1557e8e9a0dfecc20d15f9b6b7 | |
parent | 1d4b96fbc74243b089ac428e5ca03acde8a9ccf4 (diff) |
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 <p.wieczorek2@samsung.com>
-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 |