aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/onap/resources/overrides/onap-all.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2022-02-04 08:57:06 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2022-02-04 08:57:06 +0100
commitab9ae72a03a52644720b6cf1f69180bf353cc1ec (patch)
tree1d852a67b0e3b2dc2cb76a18c776fb747d38b2ba /kubernetes/onap/resources/overrides/onap-all.yaml
parentf63b16e0666fe3182b0919005dd6073795ab1ccd (diff)
[AAF-SMS] Allow to disable CPS part
AAF SMS is importing secrets in vault. CPS secret can be retrieved only if cps is enabled. this patch allows to disable CPS import in AAF SMS Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib33d2fe05bb6e13fb6322138161a13cdfd2cf522
Diffstat (limited to 'kubernetes/onap/resources/overrides/onap-all.yaml')
-rw-r--r--kubernetes/onap/resources/overrides/onap-all.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/onap/resources/overrides/onap-all.yaml b/kubernetes/onap/resources/overrides/onap-all.yaml
index 229717a990..f92bfa78bc 100644
--- a/kubernetes/onap/resources/overrides/onap-all.yaml
+++ b/kubernetes/onap/resources/overrides/onap-all.yaml
@@ -29,6 +29,10 @@ postgres:
enabled: true
aaf:
enabled: true
+ aaf-sms:
+ cps:
+ # you must always set the same values as value set in cps.enabled
+ enabled: true
aai:
enabled: true
appc: