cert-manager
basisai/cert-manager/helm
Terraform Cert-manager on Kubernetes using Helm
Cert-Manager Deploys cert-manager. Requirements | Name | Version | |------|---------| | terraform | >= 0.13 | | helm | ~> 2.1 | Providers | Name | Version | |------|---------| | helm | ~> 2.1 | Modules No modules. Resources | Name | Type | |------|------| | helm_release.release | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | affinity | Pod affinity | map | {} | no | | ca\_injector\_affinity | Affinity for ca\_injector | map | {} | no | | ca\_injector\_container\_security\_context | CA Injector Container Security Context | map | {} | no | | ca\_injector\_deployment\_annotations | Extra annotations for ca\_injector deployment | map | {} | no | | ca\_injector\_enabled | Enable CA Injector. | bool | true | no | | ca\_i
| Name | Type | Description | Default |
|---|---|---|---|
| startupapicheck_image_tag | string | Override the image tag to deploy by setting this variable. If no value is set, t | required |
| webhook_image_tag | string | Override the image tag to deploy by setting this variable. If no value is set, t | required |
| ca_injector_affinity | map | Affinity for ca_injector | {} |
| strategy | map | Update strategy of deployment | {
"rollingUpdate": {
"maxSurge": 1 |
| deployment_annotations | map | Extra annotations for the deployment | {} |
| validating_webhook_configuration_annotations | map | Optional additional annotations to add to the webhook ValidatingWebhookConfigura | {} |
| webhook_host_network | string | Whether webhook should use host network | false |
| ca_injector_tolerations | list | Tolerations for ca_injector | [] |
| ca_injector_service_account_name | string | Name for ca_injector service account. If not set and create is true, a name is g | "" |
| startupapicheck_enabled | string | Enable startupapicheck | true |
| startupapicheck_affinity | map | Affinity for startupapicheck | {} |
| chart_repository | string | Helm repository for the chart | "https://charts.jetstack.io" |
| startupapicheck_resources | map | startupapicheck pod resources | {
"limits": {
"cpu": "10m",
"m |
| release_name | string | Helm release name | "cert-manager" |
| psp_enable | string | Create PodSecurityPolicy | false |
| webook_container_security_context | map | Security context for webhook containers | {} |
| startupapicheck_security_context | map | startupapicheck security context | {
"runAsNonRoot": true
} |
| chart_timeout | string | Timeout to wait for the Chart to be deployed. | 300 |
| psp_apparmor | string | Use AppArmor with PSP. | true |
| leader_election_renew_deadline | string | Interval between attempts by the acting master to renew a leadership slot before | "40s" |
| cluster_resource_namespace | string | Override the namespace used to store DNS provider credentials etc. for ClusterIs | "" |
| ca_injector_security_context | map | CA Injector Pod Security Context | {} |
| … and 10 more inputs | |||