Skip to content

Commit 3f5bcad

Browse files
committed
Add CW Props
1 parent aeca065 commit 3f5bcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dataPlane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default class DataPlaneStack {
100100
new blueprints.addons.AwsLoadBalancerControllerAddOn(),
101101
new blueprints.addons.KarpenterAddOn({ interruptionHandling: true }),
102102
new blueprints.addons.KedaAddOn(kedaParams),
103-
new blueprints.addons.CloudWatchInsights(),
103+
new blueprints.addons.CloudWatchInsights(cloudWatchInsightsParams),
104104
new s3CSIDriverAddOn(s3CSIDriverAddOnParams),
105105
new SharedComponentAddOn(SharedComponentAddOnParams),
106106
new EbsThroughputTunerAddOn(EbsThroughputModifyAddOnParams),

0 commit comments

Comments
 (0)