Skip to content

Commit

Permalink
Update aws-eks/helm-chart docs
Browse files Browse the repository at this point in the history
Co-Authored-By: Elad Ben-Israel <benisrae@amazon.com>
  • Loading branch information
michaelmoussa and Elad Ben-Israel authored Feb 17, 2020
1 parent 40b66cd commit 9a60f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/lib/helm-chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9a60f3a

Please sign in to comment.