Skip to content
DocsTry Aspire
DocsTry

KindClusterResource.addHelmChart

Method
📦 CommunityToolkit.Aspire.Hosting.Kind v13.5.1-beta.736
interface KindClusterResource {
// ... omitted for brevity
addHelmChart(
name: string,
chartRef: string): KindHelmChartResource;
}

Signature

methodaddHelmChartbuilder
Adds a Helm chart to be deployed to the Kind cluster.
addHelmChart(
name: string,
chartRef: string): KindHelmChartResource
namestring
chartRefstring
KindHelmChartResource

Defined on

This method is defined on the following type: