Skip to content

Commit

Permalink
fix json format
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Oct 4, 2018
1 parent 63efbc0 commit a68fa8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/05-deployment/deployment.info
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"name":"first-container",
"image":"busybox",
"command":["sleep","3600"]
"command":["sleep","3600"],
"resourceRequestCPU": 0,
"resourceRequestMemory": 0
}
Expand Down
2 changes: 1 addition & 1 deletion tests/06-app/app.info
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"name":"first-container",
"image":"busybox",
"command":["sleep","3600"]
"command":["sleep","3600"],
"resourceRequestCPU": 0,
"resourceRequestMemory": 0
}
Expand Down

0 comments on commit a68fa8e

Please sign in to comment.