diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-09-19 12:59:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-19 12:59:42 +0000 |
commit | 2680070c8031c94d9d65a9b2ee7281ed19bb0209 (patch) | |
tree | 81f15211f53fc7be20b51b705c61e14b4ffecdbf | |
parent | b55649553ce3f1cb68db72330b85d1a77c480fd6 (diff) | |
parent | a451fd6a2c53fa72e60521c62925ee044935170c (diff) |
Merge "Correct cds-blueprint-processor chart to include ONAP Root CA"
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/templates/deployment.yaml | 2 |
1 files changed, 2 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 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 |