# withCrdWaitRetry

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

Retries Helm installs that race newly-created CRDs which have not reached the `Established` condition yet.

## Definition

```typescript
interface KindHelmChartResource {
  // ... omitted for brevity
  withCrdWaitRetry(
    maxAttempts?: number,
    backoff?: timespan,
    crdWaitTimeout?: timespan): KindHelmChartResource
}
```

## Parameters

- `maxAttempts` (`number`) `optional` `= 3`
- `backoff` (`timespan`) `optional`
- `crdWaitTimeout` (`timespan`) `optional`

## Returns

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

## Applies to

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