Skip to content
Docs Try Aspire
Docs Try

CertManagerResource.addIssuer

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface CertManagerResource {
// ... omitted for brevity
addIssuer(name: string): CertManagerIssuerResource;
}

Signature

method addIssuer builder
Adds a cert-manager `ClusterIssuer` to this cert-manager installation.
addIssuer(name: string): CertManagerIssuerResource
name string
CertManagerIssuerResource

Defined on

This method is defined on the following type: