# addHelmChart

- Module: [CommunityToolkit.Aspire.Hosting.Kind](/reference/api/typescript/communitytoolkit.aspire.hosting.kind.md)
- Version: `13.5.1-beta.736`
- Kind: `method`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/tree/3ebe72753ae604ec3c9e343865740e6f8512e1b6)

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

## Definition

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

## Parameters

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

## Returns

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

## Applies to

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