From 2f57bb9f19778b83fde15bf5389c3b8d2f23fd44 Mon Sep 17 00:00:00 2001 From: Joy Liu Date: Mon, 20 Mar 2023 11:07:35 -0400 Subject: [PATCH] :bug: Do not record construct metadata file --- k8s/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/main.ts b/k8s/main.ts index 025ca904..348a7447 100644 --- a/k8s/main.ts +++ b/k8s/main.ts @@ -93,6 +93,6 @@ export class MyChart extends PennLabsChart { } } -const app = new App(); +const app = new App({recordConstructMetadata: false}); new MyChart(app); app.synth();