diff options
author | emaclee <lee.anjella.macabuhay@est.tech> | 2022-08-31 15:53:10 +0100 |
---|---|---|
committer | Toine Siebelink <toine.siebelink@est.tech> | 2022-09-01 06:42:30 +0000 |
commit | b176de24a873cbd6ff8df07c7947ed6ba7093af7 (patch) | |
tree | a9da8f58744154b271b7945f9c55b7d7ef9157dd /docs/deployment.rst | |
parent | 0a86b485cce8ad91b5a83895449e0a2ac7ffe267 (diff) |
Fixing RTD warnings
Issue-ID: CPS-1237
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
Change-Id: I0f09d6355d23451207d2d937fbda155b1407fb5a
Diffstat (limited to 'docs/deployment.rst')
-rw-r--r-- | docs/deployment.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 11cf77f870..9c9a9ff7c4 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -19,9 +19,9 @@ This chart includes different cps components referred as <cps-component-name> fu .. container:: ulist - - `cps-core <https://github.com/onap/oom/tree/master/kubernetes/cps/components/cps-core>`_ - - `cps-temporal <https://github.com/onap/oom/tree/master/kubernetes/cps/components/cps-temporal>`_ - - `ncmp-dmi-plugin <https://github.com/onap/oom/tree/master/kubernetes/cps/components/ncmp-dmi-plugin>`_ + - `cps-core <https://github.com/onap/oom/tree/master/kubernetes/cps/components/cps-core>`__ + - `cps-temporal <https://github.com/onap/oom/tree/master/kubernetes/cps/components/cps-temporal>`__ + - `ncmp-dmi-plugin <https://github.com/onap/oom/tree/master/kubernetes/cps/components/ncmp-dmi-plugin>`__ Please refer to the `OOM documentation <https://docs.onap.org/projects/onap-oom/en/latest/oom_user_guide.html>`_ on how to install and deploy ONAP. @@ -246,11 +246,11 @@ Any spring supported property can be configured by providing in ``config.additio | config.additional. | Kafka topic to publish to cps-temporal | ``cps.data-updated-events`` | | notification.data-updated.topic | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ -| config.additional. | Dataspaces to be enabled for publishing events to cps-temporal | ```` | +| config.additional. | Dataspaces to be enabled for publishing events to cps-temporal | | | notification.data-updated.filters. | | | | enabled-dataspaces | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ -| config.additional. | If asynchronous messaging, user notifications, and updated event persistence should be enabled | ``true`` | +| config.additional. | If asynchronous messaging, user notifications, and updated event persistence should be enabled | ``true`` | | notification.enabled | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ | config.additional. | Core pool size in asynchronous execution of notification. | ``2`` | |