Add ONAP root CA to CDS Blueprint Processor
[oom.git] / kubernetes / cds / charts / cds-blueprints-processor / templates / deployment.yaml
index 95069fc..64f2b27 100755 (executable)
@@ -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: