withHelm
Method
interface KubernetesEnvironmentResource { // ... omitted for brevity withHelm(configure?: callback): KubernetesEnvironmentResource;}Signature
method
withHelm builder Configures the Kubernetes environment to deploy using Helm charts.
withHelm(configure?: (obj: HelmChartOptions) => Promise<void>): KubernetesEnvironmentResourceParameters
configure (obj: HelmChartOptions) => Promise<void> optional Returns
KubernetesEnvironmentResource Applies to
This method applies to the following types: