From 32e2314a535fe452b5fb39621e7e67fd1a043695 Mon Sep 17 00:00:00 2001 From: Levi Blackstone Date: Fri, 8 Oct 2021 09:48:16 -0600 Subject: [PATCH] Update test to show values are not required --- tests/sdk/nodejs/examples/helm-release-namespace/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/sdk/nodejs/examples/helm-release-namespace/index.ts b/tests/sdk/nodejs/examples/helm-release-namespace/index.ts index 693588919b..b14e12c635 100644 --- a/tests/sdk/nodejs/examples/helm-release-namespace/index.ts +++ b/tests/sdk/nodejs/examples/helm-release-namespace/index.ts @@ -25,7 +25,6 @@ const alertManager = new k8s.helm.v3.Release("alertmanager", { repositoryOpts: { repo: "https://prometheus-community.github.io/helm-charts", }, - values: {}, }); // Ensure we get the expected namespace for the stateful set.