Skip to content
DocsTry Aspire
DocsTry

withHelm

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

Signature

methodwithHelmbuilder
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: