From a451fd6a2c53fa72e60521c62925ee044935170c Mon Sep 17 00:00:00 2001 From: Abdelmuhaimen Seaudi Date: Tue, 10 Sep 2019 14:21:04 +0000 Subject: Correct cds-blueprint-processor chart to include ONAP Root CA Issue-ID: OOM-2026 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: Id742c289e1ea0d269105d6b70f21e1ede3db0790 --- .../cds/charts/cds-blueprints-processor/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/cds') diff --git a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml index ef7d8d4442..6cfc933303 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml @@ -120,6 +120,8 @@ spec: path: application.properties - key: logback.xml path: logback.xml + - key: ONAP_RootCA.cer + path: ONAP_RootCA.cer - name: {{ include "common.fullname" . }}-blueprints persistentVolumeClaim: claimName: {{ .Release.Name }}-cds-blueprints -- cgit 1.2.3-korg