Skip to content
Docs Try Aspire
Docs Try

HelmChartOptions.withChartName

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

Signature

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

Defined on

This method is defined on the following type: