Skip to content
DocsTry Aspire
DocsTry

HelmChartOptions.withChartDescription

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

Signature

methodwithChartDescription
Sets the Helm chart description written to the generated Chart.yaml.
withChartDescription(description: ParameterResource): HelmChartOptions
descriptionParameterResource
HelmChartOptions

Defined on

This method is defined on the following type: