Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(eks): remove propertyOverride for nodegroup launchTemplate (#14499
) Previously we use `addPropertyOverride()` when specifying launch template for a nodegroup: https://github.com/aws/aws-cdk/blob/e11d5378c33bea609ed09c998b305fdfd28999a9/packages/%40aws-cdk/aws-eks/lib/managed-nodegroup.ts#L359-L363 This is now available on new cfn spec that cdk uses. So we can safely migrate to cfn props instead of calling `addPropertyOverride()`. The unit test should still covered the changes: https://github.com/aws/aws-cdk/blob/e11d5378c33bea609ed09c998b305fdfd28999a9/packages/%40aws-cdk/aws-eks/test/test.nodegroup.ts#L565-L643 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information