Cert Manager Integration
Appears in
Section titled “Appears in”.Values.ingress.$name.integration.certManager
enabled
Section titled “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: true
certificateIssuer
Section titled “certificateIssuer”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-issuer
Full Examples
Section titled “Full Examples”ingress: ingress-name: integrations: certManager: enabled: true certificateIssuer: some-issuer