addHelmChart
Method
interface AzureKubernetesEnvironmentResource { // ... 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 AKS environment's inner 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): KubernetesHelmChartResourceParameters
name string chartReference string chartVersion string Returns
KubernetesHelmChartResource Applies to
This method applies to the following types: