diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-11-01 09:37:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-01 09:37:40 +0000 |
commit | 2fc2e9247872c522f27c70a08427166f3c21d9b7 (patch) | |
tree | 58fc733dbe04a36ead712409e0353e677d2adbfe /docs/clamp/controlloop/design-impl/participants/k8s-participant.rst | |
parent | 74f16b220c363852639bb8928c9ebb264e765e19 (diff) | |
parent | 516e672d3c593ec8e1e642e620b802ba0ad7b65e (diff) |
Merge "Fix documentation warnings"
Diffstat (limited to 'docs/clamp/controlloop/design-impl/participants/k8s-participant.rst')
-rw-r--r-- | docs/clamp/controlloop/design-impl/participants/k8s-participant.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/clamp/controlloop/design-impl/participants/k8s-participant.rst b/docs/clamp/controlloop/design-impl/participants/k8s-participant.rst index b30dff39..20f60b60 100644 --- a/docs/clamp/controlloop/design-impl/participants/k8s-participant.rst +++ b/docs/clamp/controlloop/design-impl/participants/k8s-participant.rst @@ -35,7 +35,8 @@ Prerequisites for using Kubernetes participant in Istanbul version: .. image:: ../../images/participants/k8s-participant.png Defining a TOSCA CL definition for kubernetes participant: -------------------------------------------------------- +---------------------------------------------------------- + A *chart* parameter map describes the helm chart parameters in tosca template for a microservice that is used by the kubernetes participant for the deployment. A Control Loop element in TOSCA is mapped to the kubernetes participant and also holds the helm chart parameters for a microservice defined under the properties of the Control Loop Element. |