Skip to content

Cert Manager Integration

  • .Values.ingress.$name.integration.certManager

Enables or Disables the cert-manager integration

Keyingress.$name.integrations.certManager.enabled
Typebool
Required
Helm tpl
Defaultfalse

Example

ingress:
ingress-name:
integrations:
certManager:
enabled: true

Define the certificate issuer for this cert-manager integration

Keyingress.$name.integrations.certManager.certificateIssuer
Typestring
Required
Helm tpl
Default""

Example

ingress:
ingress-name:
integrations:
certManager:
certificateIssuer: some-issuer

ingress:
ingress-name:
integrations:
certManager:
enabled: true
certificateIssuer: some-issuer