diff options
author | 2019-11-20 14:55:58 +0000 | |
---|---|---|
committer | 2019-11-20 14:55:58 +0000 | |
commit | 17804e20a22090d3c0b2333528dd6f0ca7809567 (patch) | |
tree | cccd10c98bee4482a631f9c66624c2ced8a16e72 /docs/oom_user_guide.rst | |
parent | 4db798b119f1bcb608d69aabe6663f3cef7f11de (diff) | |
parent | 27c390c9af231c1442cab85c89cd74a6e5198d38 (diff) |
Merge changes Ib8075c25,Iaab4b3be,I0ffd7892,I51e7f8f2,I9634797c
* changes:
docs: Mark filenames and inline code
docs: Use definition list syntax to clarify terms
docs: Enclose all snippets in code blocks
docs: Ensure literalinclude directive rendering
docs: Replace include directives for non existent file
Diffstat (limited to 'docs/oom_user_guide.rst')
-rw-r--r-- | docs/oom_user_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index f19924dd17..48701f7c31 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -250,7 +250,7 @@ precedence of all. The top level onap/values.yaml file contains the values required to be set before deploying ONAP. Here is the contents of this file: -.. include:: onap_values.yaml +.. include:: ../kubernetes/onap/values.yaml :code: yaml One may wish to create a value file that is specific to a given deployment such |