# KindClusterResource.addHelmChart

- Module: [CommunityToolkit.Aspire.Hosting.Kind](/reference/api/typescript/communitytoolkit.aspire.hosting.kind.md)
- Defined on: [KindClusterResource](/reference/api/typescript/communitytoolkit.aspire.hosting.kind/kindclusterresource.md)
- Version: `13.5.1-beta.736`
- Kind: `method`

Adds a Helm chart to be deployed to the Kind cluster.

## Definition

```typescript
interface KindClusterResource {
  // ... omitted for brevity
  addHelmChart(
      name: string,
      chartRef: string): KindHelmChartResource;
}
```

## Signature

```typescript
addHelmChart(
    name: string,
    chartRef: string): KindHelmChartResource
```

## Parameters

- `name` (`string`)
- `chartRef` (`string`)

## Returns

[KindHelmChartResource](/reference/api/typescript/communitytoolkit.aspire.hosting.kind/kindhelmchartresource.md) `builder`

## Defined on

- [KindClusterResource](/reference/api/typescript/communitytoolkit.aspire.hosting.kind/kindclusterresource.md) -- `handle`
