From: Abdelmuhaimen Seaudi Date: Tue, 10 Sep 2019 14:21:04 +0000 (+0000) Subject: Correct cds-blueprint-processor chart to include ONAP Root CA X-Git-Tag: 5.0.1-ONAP~45^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a451fd6a2c53fa72e60521c62925ee044935170c;p=oom.git Correct cds-blueprint-processor chart to include ONAP Root CA Issue-ID: OOM-2026 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: Id742c289e1ea0d269105d6b70f21e1ede3db0790 --- 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