From 0e53c9f6efd5508ad4878781cb45f76df65b0a0c Mon Sep 17 00:00:00 2001 From: Jan Malkiewicz Date: Tue, 8 Dec 2020 15:08:01 +0100 Subject: [CMPV2] Add a template for Certificate (cert-manager) This commit introduces a template for requesting a cert-manager certificate. See: https://cert-manager.io. It consist of the following parts: - a template for creating certificate in commons component - a definition of a certifcate object in sdnc component Issue-ID: OOM-2568 Signed-off-by: Jan Malkiewicz Change-Id: If58b8f12eff075d058db5a0fee3b2db5c2c93a17 --- kubernetes/contrib/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 kubernetes/contrib/.gitignore (limited to 'kubernetes/contrib/.gitignore') diff --git a/kubernetes/contrib/.gitignore b/kubernetes/contrib/.gitignore new file mode 100644 index 0000000000..7020381894 --- /dev/null +++ b/kubernetes/contrib/.gitignore @@ -0,0 +1 @@ +components/dist -- cgit 1.2.3-korg