Skip to content
Docs Try Aspire
Docs Try

HelmChartOptions

Handle
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface HelmChartOptions {
withChartDescription(description: ParameterResource): HelmChartOptions;
withChartName(name: ParameterResource): HelmChartOptions;
withChartVersion(version: ParameterResource): HelmChartOptions;
withNamespace(namespace: ParameterResource): HelmChartOptions;
withReleaseName(releaseName: ParameterResource): HelmChartOptions;
}

Methods

Sets the Helm chart description written to the generated Chart.yaml.
withChartDescription(description: ParameterResource): HelmChartOptions
description ParameterResource
HelmChartOptions
Sets the Helm chart name written to the generated Chart.yaml.
withChartName(name: ParameterResource): HelmChartOptions
name ParameterResource
HelmChartOptions
Sets the Helm chart version for deployment.
withChartVersion(version: ParameterResource): HelmChartOptions
version ParameterResource
HelmChartOptions
Sets the target Kubernetes namespace for deployment.
withNamespace(namespace: ParameterResource): HelmChartOptions
namespace ParameterResource
HelmChartOptions
Sets the Helm release name for deployment.
withReleaseName(releaseName: ParameterResource): HelmChartOptions
releaseName ParameterResource
HelmChartOptions