diff options
author | Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com> | 2021-04-30 07:30:45 +0200 |
---|---|---|
committer | Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com> | 2021-04-30 09:27:11 +0200 |
commit | 047ed01c31e52456d6fc317e8cda21ac55d8f527 (patch) | |
tree | 8147556141ed2a3ebdea18141d945b23a8c77645 /docs/sections/sdk | |
parent | c97a158cd9d1e85d8daeae24f8f609dbe8487cdc (diff) |
Update documentation CBS-Client to support config fetch from a configMap
Change-Id: I2ea46cf43b3a586bb0993f178e0daf185c236a28
Issue-ID: DCAEGEN2-2716
Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
Diffstat (limited to 'docs/sections/sdk')
-rw-r--r-- | docs/sections/sdk/architecture.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 ++++++++++++++ |