diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-08-08 21:28:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-08 21:28:20 +0000 |
commit | 58325e7c8b320f92a02516d5851889d3000152dd (patch) | |
tree | 28a867d49af939e313b7ea80d714aeb552445de6 /kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml | |
parent | e7d4d4708b0cee6e5f2f50ee3df69e154c352519 (diff) | |
parent | 204c64e1c680841f5642c245d488131a92e2c5fe (diff) |
Merge "Add ONAP root CA to CDS Blueprint Processor"
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml | 5 |
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: |