[COMMON] Move onap truststore to cert-wrapper 71/114071/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 20 Oct 2020 21:17:17 +0000 (23:17 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 20 Oct 2020 21:17:17 +0000 (23:17 +0200)
commit599764901bdf353c358be66fca47a41f3382b56e
tree55a5cd9ab8568206e3aa33a1bfee361fb3a436c1
parent75f18758d0cc3e14ec5dd4fd61ee9a46a838a272
[COMMON] Move onap truststore to cert-wrapper

certInitializer is included multiple times in number of different
projects. If it contains the truststore then under if it is not used
it increases the size of the chart itself so that it our final ONAP
chart does not fit into default 20 Mb chartmuseum limit.

Let's resolve this by moving the configmap and its content to the
cert-wrapper which is included only once per onap instance.

Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I654d9158e7b776c012653dbef2c8091a393635f0
kubernetes/common/cert-wrapper/resources/import-custom-certs.sh [moved from kubernetes/common/certInitializer/resources/import-custom-certs.sh with 100% similarity]
kubernetes/common/cert-wrapper/resources/truststoreONAP.p12.b64 [moved from kubernetes/common/certInitializer/resources/truststoreONAP.p12.b64 with 100% similarity]
kubernetes/common/cert-wrapper/resources/truststoreONAPall.jks.b64 [moved from kubernetes/common/certInitializer/resources/truststoreONAPall.jks.b64 with 100% similarity]
kubernetes/common/cert-wrapper/templates/configmap.yaml [new file with mode: 0644]
kubernetes/common/certInitializer/templates/configmap.yaml
kubernetes/common/certInitializer/values.yaml