cert-manager
cert-manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates.
For complete project documentation, please visit the cert-manager documentation site.
Usage
cert-manger can be deployed by enabling the add-on via the following.
enable_cert_manager = true
GitOps Configuration
The following properties are made available for use when managing the add-on via GitOps.
certManager = {
enable = true
}