Skip to content
DocsTry Aspire
DocsTry

HelmChartOptions.withReleaseName

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface HelmChartOptions {
// ... omitted for brevity
withReleaseName(releaseName: ParameterResource): HelmChartOptions;
}

Signature

methodwithReleaseName
Sets the Helm release name for deployment.
withReleaseName(releaseName: ParameterResource): HelmChartOptions
releaseNameParameterResource
HelmChartOptions

Defined on

This method is defined on the following type: