Skip to content
Docs Try Aspire
Docs Try

withHelm

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface KubernetesEnvironmentResource {
// ... omitted for brevity
withHelm(configure?: callback): KubernetesEnvironmentResource;
}

Signature

method withHelm builder
Configures the Kubernetes environment to deploy using Helm charts.
withHelm(configure?: (obj: HelmChartOptions) => Promise<void>): KubernetesEnvironmentResource
configure (obj: HelmChartOptions) => Promise<void> optional
KubernetesEnvironmentResource

Applies to

This method applies to the following types: