Skip to content
DocsTry Aspire
DocsTry

HelmReleaseResource.withHelmValuesFile

Method
📦 CommunityToolkit.Aspire.Hosting.K3s v13.5.0
interface HelmReleaseResource {
// ... omitted for brevity
withHelmValuesFile(path: string): HelmReleaseResource;
}

Signature

methodwithHelmValuesFilebuilder
Supplies a YAML values file to the Helm release (`--values`).
withHelmValuesFile(path: string): HelmReleaseResource
pathstring
HelmReleaseResource

Defined on

This method is defined on the following type: