cert-manager

gfortetsanakis/cert-manager/helm

Terraform Module HCL HELM
Install
module "cert-manager" {
source = "gfortetsanakis/cert-manager/helm"
version = "1.0.2"
}
plain text: /constructs/tfmod-gfortetsanakis-cert-manager-helm/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (5)
NameTypeDescriptionDefault
namespacestringThe kubernetes namespace at which the cert-manager chart will be deployed. required
ca_keystringThe private key of the ClusterIssuer certificate authority. required
ca_crtstringThe certificate of the ClusterIssuer certificate authority. required
cluster_issuerstringThe name of the ClusterIssuer to be created."cert-issuer"
node_selectormapA map variable with nodeSelector labels applied when placing pods of the chart o{}
Outputs (1)
cluster_issuer
Resources (3)
helm_releasekubectl_manifestkubernetes_secret
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.2
Cloud HELM
★ Stars0
Forks0
Total downloads38
Inputs5
Outputs1
Resources3
LicenseApache-2.0
Namespacegfortetsanakis
Updated