Skip to content
DocsTry Aspire
DocsTry

KindHelmChartResource.withHelmValuesFile

Method
📦 CommunityToolkit.Aspire.Hosting.Kind v13.5.1-beta.736
interface KindHelmChartResource {
// ... omitted for brevity
withHelmValuesFile(path: string): KindHelmChartResource;
}

Signature

methodwithHelmValuesFilebuilder
Adds a values file (maps to `helm install -f path`).
withHelmValuesFile(path: string): KindHelmChartResource
pathstring
KindHelmChartResource

Defined on

This method is defined on the following type: