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