From a2145f7fa5a4bfadf6782333a879e75730da4f8e Mon Sep 17 00:00:00 2001 From: sekharhuawei Date: Mon, 12 Oct 2020 14:57:13 +0530 Subject: [SO] helm chart for cnf-adapter Add helm chart for cnf-adapter to oom Issue-ID: SO-3164 Signed-off-by: sekharhuawei Change-Id: I12551f8403c55b7f0d0e54dea0d003413039b6a6 Signed-off-by: Sylvain Desbureaux --- .../so-appc-orchestrator/resources/config/overrides/override.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/so/components/so-appc-orchestrator/resources/config/overrides') diff --git a/kubernetes/so/components/so-appc-orchestrator/resources/config/overrides/override.yaml b/kubernetes/so/components/so-appc-orchestrator/resources/config/overrides/override.yaml index 661ed64b0e..69178fd6c7 100644 --- a/kubernetes/so/components/so-appc-orchestrator/resources/config/overrides/override.yaml +++ b/kubernetes/so/components/so-appc-orchestrator/resources/config/overrides/override.yaml @@ -22,7 +22,7 @@ server: mso: logPath: ./logs/soappcorch auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.auth.rest.aafEncrypted "value2" .Values.mso.auth )}} - msoKey: {{ .Values.global.app.msoKey }} + msoKey: {{ .Values.mso.msoKey }} config: {{ if .Values.global.security.aaf.enabled }} cadi: {{ include "so.cadi.keys" . | nindent 8}} -- cgit 1.2.3-korg