KindClusterResource.addHelmChart
Method
interface KindClusterResource { // ... omitted for brevity addHelmChart( name: string, chartRef: string): KindHelmChartResource;}Signature
method
addHelmChartbuilderAdds a Helm chart to be deployed to the Kind cluster.
addHelmChart( name: string, chartRef: string): KindHelmChartResourceParameters
namestringchartRefstringReturns
KindHelmChartResourceDefined on
This method is defined on the following type: