From fb7005ffda3f7d2194061192c5c8e4574a72027b Mon Sep 17 00:00:00 2001 From: lukegleeson Date: Fri, 7 Jul 2023 15:12:17 +0100 Subject: [PATCH] Fix doc issue Issue-ID: CPS-475 Signed-off-by: lukegleeson Change-Id: Id1f15d148dca7801ecfabd447e9f87d56414a2b4 --- docs/deployment.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deployment.rst b/docs/deployment.rst index 2e72c0a35..3807d71d6 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -110,9 +110,9 @@ values.yaml file to be used across different components as : .. container:: ulist - - `cps-core `_ - - `cps-temporal `_ - - `ncmp-dmi-plugin `_ + - `cps-core `_ + - `cps-temporal `_ + - `ncmp-dmi-plugin `_ Below are the list of secrets for different cps components. @@ -133,7 +133,7 @@ Below are the list of secrets for different cps components. +--------------------------+---------------------------------+---------------------------------------------------+ The credential values from these secrets are configured in running container as environment variables. Eg: -`cps core deployment.yaml `_ +`cps core deployment.yaml `_ If no specific passwords are provided to the chart as override values for deployment, then passwords are automatically generated when deploying the Helm release. Below command can be used to retrieve application property credentials -- 2.16.6