Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #117 from w3f/v1-update-telemetry
Browse files Browse the repository at this point in the history
V1 update telemetry
  • Loading branch information
pampatzoglou authored Sep 28, 2020
2 parents 08c53e6 + 267b874 commit a00d5d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/clients/helm.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@ class Helm {
}
return this.kubectl.cmd(`create namespace ${ns}`);
}
_deploymentName(){
return this.config.deploymentName || this.config.name;
}
}

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-deployer",
"version": "1.5.1",
"version": "1.5.2",
"description": "Tool for deploying Polkadot nodes",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a00d5d6

Please sign in to comment.