Commit 3b7fe31b authored by Vladimir Rutsky's avatar Vladimir Rutsky

remove redundant comma in JSON

parent 59a05682
...@@ -560,7 +560,7 @@ one called, say, `prod-user` with the `prod-db-secret`, and one called, say, ...@@ -560,7 +560,7 @@ one called, say, `prod-user` with the `prod-db-secret`, and one called, say,
"containers": [ "containers": [
{ {
"name": "db-client-container", "name": "db-client-container",
"image": "myClientImage", "image": "myClientImage"
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment