Kubernetes cert-manager
This module provides our standard set up for cert-manager.
Providers
The following providers are needed by this module:
-
aws (5.39.1)
-
helm (2.12.1)
-
kubernetes (2.27.0)
-
random (3.6.0)
Required Inputs
No required inputs.
Optional Inputs
The following input variables are optional (have default values):
cert_manager_version
Description: The version of cert-manager to deploy
Type: string
Default: "1.14.4"
log_verbosity
Description: The log verbosity (0-9) for the cert-manager pods
Type: number
Default: 0
pull_through_cache_enabled
Description: Whether to use the ECR pull through cache for the deployed images
Type: bool
Default: false
self_generated_certs_enabled
Description: Whether to enable self-generated webhook certs (only use on initial installation)
Type: bool
Default: true
vpa_enabled
Description: Whether the VPA resources should be enabled
Type: bool
Default: false
Outputs
The following outputs are exported:
namespace
Description: n/a
service_account
Description: n/a
Usage
No notes