certmanager v1.21.1
CertificateRequest.spec.issuerRef
Reference to the issuer responsible for issuing the certificate. If the issuer is namespace-scoped, it must be in the same namespace as the Certificate. If the issuer is cluster-scoped, it can be used from any namespace. The `name` field of the reference must always be specified.
| Field / Type | Description |
|---|---|
group | Group of the issuer being referred to. Defaults to 'cert-manager.io'. |
kind | Kind of the issuer being referred to. Defaults to 'Issuer'. |
name | Name of the issuer being referred to. |