# withHelmValue

- 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)

Sets a Helm value (maps to `helm install --set key=value`).

## Definition

```typescript
interface KindHelmChartResource {
  // ... omitted for brevity
  withHelmValue(
    key: string,
    value: string): KindHelmChartResource
}
```

## Parameters

- `key` (`string`)
- `value` (`string`)

## Returns

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

## Applies to

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