summaryrefslogtreecommitdiffstats
path: root/kubernetes/onap
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-01-18 11:38:49 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-01-19 08:31:00 +0100
commit331f004f58c40f70ab3b51cd3d504811ad132c3f (patch)
treef83f1202e367f0eaaa4babb6b3bde9a88688d099 /kubernetes/onap
parent552aea3d9fad719414a6ed922de96cf69f0bb5e8 (diff)
[AAI] Templatize MSB services
Instead of "hardcoding" all services, let's generate them with two values and shrink a little bit template. It also simplify the reading of the template. Issue-ID: OOM-2664 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I2a5f181fac93f34e074998aeaf82489f8305de1f
Diffstat (limited to 'kubernetes/onap')
-rwxr-xr-xkubernetes/onap/values.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml
index 5376940938..60850b7aed 100755
--- a/kubernetes/onap/values.yaml
+++ b/kubernetes/onap/values.yaml
@@ -172,7 +172,11 @@ global:
aafEnabled: true
aafAgentImage: onap/aaf/aaf_agent:2.1.20
- # default values for certificates
+ # Disabling MSB
+ # POC Mode, only for use in development environment
+ msbEnabled: true
+
+ # default values for certificates
certificate:
default:
renewBefore: 8h