Skip to content
DocsTry Aspire
DocsTry

HelmChartOptions.withChartName

Method
📦 Aspire.Hosting.Kubernetes v13.5.3-preview.1.26425.3
interface HelmChartOptions {
// ... omitted for brevity
withChartName(name: ParameterResource): HelmChartOptions;
}

Signature

methodwithChartName
Sets the Helm chart name written to the generated Chart.yaml.
withChartName(name: ParameterResource): HelmChartOptions
nameParameterResource
HelmChartOptions

Defined on

This method is defined on the following type: