From 9a60f3a0d64dc9e847b8e02c05a36d3281c445e2 Mon Sep 17 00:00:00 2001 From: Michael Moussa Date: Mon, 17 Feb 2020 13:53:14 -0500 Subject: [PATCH] Update aws-eks/helm-chart docs Co-Authored-By: Elad Ben-Israel --- packages/@aws-cdk/aws-eks/lib/helm-chart.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-eks/lib/helm-chart.ts b/packages/@aws-cdk/aws-eks/lib/helm-chart.ts index c3de0d2d7889b..a4deab95259d8 100644 --- a/packages/@aws-cdk/aws-eks/lib/helm-chart.ts +++ b/packages/@aws-cdk/aws-eks/lib/helm-chart.ts @@ -46,7 +46,7 @@ export interface HelmChartOptions { /** * Whether or not Helm should wait until all Pods, PVCs, Services, and minimum number of Pods of a * Deployment, StatefulSet, or ReplicaSet are in a ready state before marking the release as successful. - * @default - Helm will not wait before marking release as successful + * @default false Helm will not wait before marking release as successful */ readonly wait?: boolean; }