Skip to content
Docs Try Aspire
Docs Try

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

method addCertManager builder
Installs cert-manager into an AKS environment
addCertManager(
name: string,
chartVersion?: string): CertManagerResource
name string
chartVersion string optional
CertManagerResource

Defined on

This method is defined on the following type: