Skip to content
DocsTry Aspire
DocsTry

AzureKubernetesEnvironmentResource.addCertManager

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

Signature

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

Defined on

This method is defined on the following type: