From 6c14cde9150e9c640f3726dca82028c17b41507b Mon Sep 17 00:00:00 2001 From: Zebek Bogumil Date: Thu, 18 Mar 2021 07:37:04 +0100 Subject: [PATCH] Update DCAEGEN2 documentation Add information about how to generate config maps and which component uses config maps Issue-ID: DCAEGEN2-2576 Signed-off-by: Zebek Bogumil Change-Id: I9aa370e9956c867fc3efd4d9b4f73a6d23731a8f --- docs/sections/configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/sections/configuration.rst b/docs/sections/configuration.rst index 575dcdc1..bd2608f9 100644 --- a/docs/sections/configuration.rst +++ b/docs/sections/configuration.rst @@ -80,3 +80,12 @@ The ``componentImages.ves`` value is provided in the ``oom/kubernetes/dcaegen2/c componentImages: ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.5.4 + +Config maps +----------- + +During installation of DCAEGEN2 module two config maps are installed by default: dcae-external-repo-configmap-schema-map and dcae-external-repo-configmap-sa88-rel16. + +Config maps are used by DCAEGEN VES and VES OPEN API components. + +Instruction how to generate the content of config maps is described in `README `_ file. \ No newline at end of file -- 2.16.6