Skip to content

Commit

Permalink
Update test to show values are not required
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Oct 8, 2021
1 parent a4c66e9 commit 32e2314
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/sdk/nodejs/examples/helm-release-namespace/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32e2314

Please sign in to comment.