summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml
diff options
context:
space:
mode:
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2019-07-25 19:04:01 +0000
committerYuriy Malakov <Yuriy.Malakov@att.com>2019-08-09 13:12:10 +0000
commit82cdad2a335180211b509390bced2293446ee625 (patch)
tree1686df5f9cd617debd81f90ef4d92eaf06aee58b /kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml
parent64b209220eae53dfeaa1662f7f3d7c95b6bf902a (diff)
Add ONAP root CA to CDS Blueprint Processor
Issue-ID: OOM-2026 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I4bb2d8b41d1f47e27cadf72b4507975550c117ba Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> (cherry picked from commit 204c64e1c680841f5642c245d488131a92e2c5fe)
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml')
-rwxr-xr-xkubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml5
1 files changed, 5 insertions, 0 deletions
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: