KubernetesEnvironmentResource.addHelmChart
Method
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): KubernetesHelmChartResourceParameters
name string chartReference string chartVersion string Returns
KubernetesHelmChartResource Defined on
This method is defined on the following type: