Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-eks/lib/k8s-patch.ts
Browse files Browse the repository at this point in the history
patchType @default PatchType.STRATEGIC

Co-Authored-By: Elad Ben-Israel <benisrae@amazon.com>
  • Loading branch information
mattchrist and Elad Ben-Israel committed Mar 18, 2020
1 parent 689dc85 commit 4be1883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/lib/k8s-patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface KubernetesPatchProps {
* The patch type to pass to `kubectl patch`.
* The default type used by `kubectl patch` is "strategic".
*
* @default "strategic"
* @default PatchType.STRATEGIC
*/
readonly patchType?: PatchType;
}
Expand Down

0 comments on commit 4be1883

Please sign in to comment.