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: true
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
ingress: ingress-name: integrations: certManager: enabled: true certificateIssuer: some-issuer