[CMPv2-CERT-PROVIDER] Add helm chart for K8s external provider 27/115027/19
authorJan Malkiewicz <jan.malkiewicz@nokia.com>
Wed, 18 Nov 2020 10:31:06 +0000 (11:31 +0100)
committerJan Malkiewicz <jan.malkiewicz@nokia.com>
Thu, 3 Dec 2020 05:56:27 +0000 (05:56 +0000)
commit741fb0b880f98e2859dc996c17394a7352ba3cfd
tree6bb03f05752ac4018408f4cdfb0d24030f67c320
parentc6b46889bd9a72f85a06b8ce29b854ac1f922ca7
[CMPv2-CERT-PROVIDER] Add helm chart for K8s external provider

Cert Service K8s external provider ia a part of certificate distribution infrastructure in ONAP.
The main functionality of the provider is to forward Certificate Signing Requests (CSRs) created by cert-mananger (https://cert-manager.io) to CertServiceAPI.

More information can found on a dedicated page:  https://wiki.onap.org/display/DW/CertService+and+K8s+Cert-Manager+integration.

Issue-ID: OOM-2560
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: Ibc94d5db5cac9649d47143406b47ce179beddd14
17 files changed:
kubernetes/.gitignore [new file with mode: 0644]
kubernetes/platform/components/cmpv2-cert-provider/.helmignore [new file with mode: 0644]
kubernetes/platform/components/cmpv2-cert-provider/Chart.yaml [new file with mode: 0644]
kubernetes/platform/components/cmpv2-cert-provider/crds/cmpv2issuer.yaml [new file with mode: 0644]
kubernetes/platform/components/cmpv2-cert-provider/requirements.yaml [new file with mode: 0644]
kubernetes/platform/components/cmpv2-cert-provider/templates/configuration.yaml [new file with mode: 0644]
kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml [new file with mode: 0644]
kubernetes/platform/components/cmpv2-cert-provider/templates/roles.yaml [new file with mode: 0644]
kubernetes/platform/components/cmpv2-cert-provider/templates/service.yaml [new file with mode: 0644]
kubernetes/platform/components/cmpv2-cert-provider/values.yaml [new file with mode: 0644]
kubernetes/platform/components/oom-cert-service/.gitignore [new file with mode: 0644]
kubernetes/platform/components/oom-cert-service/.helmignore
kubernetes/platform/components/oom-cert-service/Makefile
kubernetes/platform/components/oom-cert-service/resources/default/cmpServers.json
kubernetes/platform/components/oom-cert-service/templates/secret.yaml
kubernetes/platform/components/oom-cert-service/values.yaml
kubernetes/platform/requirements.yaml