# withHelmChartForceConflicts

- Module: [Aspire.Hosting.Kubernetes](/reference/api/typescript/aspire.hosting.kubernetes.md)
- Version: `13.4.0-preview.1.26281.18`
- Kind: `method`
- Source: [GitHub](https://github.com/microsoft/aspire)

Opts the Helm chart in to `helm upgrade --install --force-conflicts`. When set, Helm's server-side apply forcibly takes over any fields owned by another field manager instead of failing with a conflict.

## Definition

```typescript
interface KubernetesHelmChartResource {
  // ... omitted for brevity
  withHelmChartForceConflicts(): KubernetesHelmChartResource
}
```

## Returns

[KubernetesHelmChartResource](/reference/api/typescript/aspire.hosting.kubernetes/kuberneteshelmchartresource.md) `builder`

## Applies to

- [KubernetesHelmChartResource](/reference/api/typescript/aspire.hosting.kubernetes/kuberneteshelmchartresource.md)
