commit | ab9ae72a03a52644720b6cf1f69180bf353cc1ec | [log] [tgz] |
---|---|---|
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Fri Feb 04 08:57:06 2022 +0100 |
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Fri Feb 04 08:57:06 2022 +0100 |
tree | 1d852a67b0e3b2dc2cb76a18c776fb747d38b2ba | |
parent | f63b16e0666fe3182b0919005dd6073795ab1ccd [diff] [blame] |
[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
diff --git a/kubernetes/aaf/components/aaf-sms/values.yaml b/kubernetes/aaf/components/aaf-sms/values.yaml index cde8529..da268cc 100644 --- a/kubernetes/aaf/components/aaf-sms/values.yaml +++ b/kubernetes/aaf/components/aaf-sms/values.yaml
@@ -116,6 +116,9 @@ ingress: enabled: false +cps: + enabled: true + secrets: - uid: aai-creds type: basicAuth