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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 11c7e801d7..cb4cb34579 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ requirements.lock # Mac OS *DS_Store* + +# dist +dist -- cgit 1.2.3-korg