Skip to content

Commit 5585605

Browse files
committed
refactor(helm-chart-logging): simplify App initialization by removing unnecessary context options
1 parent 04e262e commit 5585605

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-eks/test/integ.helm-chart-logging.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,7 @@ class HelmChartLoggingStack extends Stack {
4444

4545
// const app = new App();
4646

47-
const app = new App({
48-
postCliContext: {
49-
'@aws-cdk/aws-lambda:useCdkManagedLogGroup': false,
50-
'@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy': false,
51-
},
52-
});
47+
const app = new App();
5348

5449
const stack = new HelmChartLoggingStack(app, 'aws-cdk-eks-helm-logging-test');
5550

0 commit comments

Comments
 (0)