cert-manager
gfortetsanakis/cert-manager/helm
Terraform module for cert-manager This module deploys the following helm chart on a kubernetes cluster: | Name | Repository | Version | | ------------ | -------------------------- | ------- | | cert-manager | https://charts.jetstack.io | v1.9.1 | The cert-manager service can be used for automatically issuing certificates for new applications that are deployed to the cluster. Specifically, the module creates a ClusterIssuer that is responsible for issuing certificates for all namespaces. Module input parameters | Parameter | Type | Description | | ------------------ | -------- | --------------------------------------------------------------------------------------------- | | namespace | Required | The kubernetes namespace at which the cert-manager chart will be deployed | | ca_key | Require
| Name | Type | Description | Default |
|---|---|---|---|
| namespace | string | The kubernetes namespace at which the cert-manager chart will be deployed. | required |
| ca_key | string | The private key of the ClusterIssuer certificate authority. | required |
| ca_crt | string | The certificate of the ClusterIssuer certificate authority. | required |
| cluster_issuer | string | The name of the ClusterIssuer to be created. | "cert-issuer" |
| node_selector | map | A map variable with nodeSelector labels applied when placing pods of the chart o | {} |
cluster_issuer