Skip to content
DocsTry Aspire
DocsTry

KubernetesEnvironmentResource.addCertManager

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface KubernetesEnvironmentResource {
// ... omitted for brevity
addCertManager(
name: string,
chartVersion?: string): CertManagerResource;
}

Signature

methodaddCertManagerbuilder
Installs cert-manager into a Kubernetes environment
addCertManager(
name: string,
chartVersion?: string): CertManagerResource
namestring
chartVersionstringoptional
CertManagerResource

Defined on

This method is defined on the following type: