Skip to content

Commit

Permalink
remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahiduek committed Jul 14, 2023
1 parent e7cf5f6 commit c4a0774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/addons/kube-state-metrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class KubeStateMetricsAddOn extends HelmAddOn {
if (this.options.createNamespace == true) {
// Let CDK Create the Namespace
const namespace = createNamespace(this.options.namespace!, cluster);
const chart = this.addHelmChart(clusterInfo, values);
chart.node.addDependency(namespace);
}
return Promise.resolve(chart);
Expand Down

0 comments on commit c4a0774

Please sign in to comment.