Skip to content
Docs Try Aspire
Docs Try

KubernetesEnvironmentResource.addHelmChart

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface KubernetesEnvironmentResource {
// ... omitted for brevity
addHelmChart(
name: string,
chartReference: string,
chartVersion: string): KubernetesHelmChartResource;
}

Signature

method addHelmChart builder
Adds an external Helm chart to be installed in the Kubernetes environment. The chart is installed via `helm upgrade --install` as a pipeline step after the main application Helm chart is deployed.
addHelmChart(
name: string,
chartReference: string,
chartVersion: string): KubernetesHelmChartResource
name string
chartReference string
chartVersion string
KubernetesHelmChartResource

Defined on

This method is defined on the following type: