From 047ed01c31e52456d6fc317e8cda21ac55d8f527 Mon Sep 17 00:00:00 2001 From: Tomasz Pietruszkiewicz Date: Fri, 30 Apr 2021 07:30:45 +0200 Subject: Update documentation CBS-Client to support config fetch from a configMap Change-Id: I2ea46cf43b3a586bb0993f178e0daf185c236a28 Issue-ID: DCAEGEN2-2716 Signed-off-by: Tomasz Pietruszkiewicz --- docs/sections/sdk/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/sdk/architecture.rst b/docs/sections/sdk/architecture.rst index f99fccb0..3a5cf64c 100644 --- a/docs/sections/sdk/architecture.rst +++ b/docs/sections/sdk/architecture.rst @@ -77,7 +77,7 @@ DmaaP-MR Client ConfigBindingService Client +++++++++++++++++++++++++++ - Thin client wrapper to invoke CBS api to fetch configuration based on exposed properties during deployment. Provides option to periodically query and capture new configuration changes if any should be returned to application. + Thin client wrapper to fetch configuration based on exposed properties during deployment from the file on a configMap/volume or from CBS api if configMap/volume does not exist. Provides option to periodically query and capture new configuration changes if any should be returned to application. Crypt Password ++++++++++++++ -- cgit 1.2.3-korg