From 82cdad2a335180211b509390bced2293446ee625 Mon Sep 17 00:00:00 2001 From: Abdelmuhaimen Seaudi Date: Thu, 25 Jul 2019 19:04:01 +0000 Subject: Add ONAP root CA to CDS Blueprint Processor Issue-ID: OOM-2026 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: I4bb2d8b41d1f47e27cadf72b4507975550c117ba Signed-off-by: Abdelmuhaimen Seaudi (cherry picked from commit 204c64e1c680841f5642c245d488131a92e2c5fe) --- .../cds/charts/cds-blueprints-processor/templates/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml') diff --git a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml index 95069fcbff..64f2b27cdd 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml @@ -87,6 +87,11 @@ spec: - mountPath: {{ .Values.config.appConfigDir }}/logback.xml name: {{ include "common.fullname" . }}-config subPath: logback.xml + + - mountPath: {{ .Values.config.appConfigDir }}/ONAP_RootCA.cer + name: {{ include "common.fullname" . }}-config + subPath: ONAP_RootCA.cer + - mountPath: {{ .Values.persistence.deployedBlueprint }} name: {{ include "common.fullname" . }}-blueprints resources: -- cgit 1.2.3-korg