We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e262e commit 5585605Copy full SHA for 5585605
packages/@aws-cdk-testing/framework-integ/test/aws-eks/test/integ.helm-chart-logging.ts
@@ -44,12 +44,7 @@ class HelmChartLoggingStack extends Stack {
44
45
// const app = new App();
46
47
-const app = new App({
48
- postCliContext: {
49
- '@aws-cdk/aws-lambda:useCdkManagedLogGroup': false,
50
- '@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy': false,
51
- },
52
-});
+const app = new App();
53
54
const stack = new HelmChartLoggingStack(app, 'aws-cdk-eks-helm-logging-test');
55
0 commit comments