From 3b898e0639055fb881be90aadc36943bd21f1bfa Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 30 Jan 2022 03:13:40 +0100 Subject: [PATCH] docs(cert-maanger): Add basic README --- infrastructure/cert-manager/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 infrastructure/cert-manager/README.md diff --git a/infrastructure/cert-manager/README.md b/infrastructure/cert-manager/README.md new file mode 100644 index 000000000..f7a49d4f0 --- /dev/null +++ b/infrastructure/cert-manager/README.md @@ -0,0 +1,11 @@ +Cert-Manager +=== + +This component provides certificates to applications and internal components using lets encrypt or any other kind of CA. + +Links +--- + +- [Documentation](https://cert-manager.io/docs/) +- [Helm Chart](https://artifacthub.io/packages/helm/cert-manager/cert-manager) +- [Source Code](https://github.com/jetstack/cert-manager/) -- GitLab