Cert Manager Integration
Appears in
.Values.ingress.$name.integration.certManager
enabled
Enables or Disables the cert-manager integration
| Key | ingress.$name.integrations.certManager.enabled | 
| Type | bool | 
| Required | ✅ | 
Helm tpl | ❌ | 
| Default | false | 
Example
ingress:  ingress-name:    integrations:      certManager:        enabled: truecertificateIssuer
Define the certificate issuer for this cert-manager integration
| Key | ingress.$name.integrations.certManager.certificateIssuer | 
| Type | string | 
| Required | ❌ | 
Helm tpl | ❌ | 
| Default | "" | 
Example
ingress:  ingress-name:    integrations:      certManager:        certificateIssuer: some-issuerFull Examples
ingress:  ingress-name:    integrations:      certManager:        enabled: true        certificateIssuer: some-issuer