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();