Skip to content

Commit

Permalink
Saas 7238 - prevent runtime-env name collision (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh authored May 21, 2020
1 parent 1aa3d30 commit dd7d808
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const installRuntimeCmd = new Command({
nodeSelector: kubeNodeSelectorObj,
annotations: buildAnnotations,
clusterName,
runtimeName,
runtimeEnvironmentName: runtimeName,
agent: true,
});
console.log(`Runtime environment "${colors.cyan(runtimeName)}" has been created`);
Expand Down
3 changes: 3 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7706,6 +7706,9 @@
},
"clusterName": {
"type":"string"
},
"runtimeEnvironmentName": {
"type":"string"
}
},
"type": "object"
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": "codefresh",
"version": "0.63.9",
"version": "0.63.11",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit dd7d808

Please sign in to comment.