Merge pull request #1438 from steelbrain/patch-1

Fix broken JSON format
This commit is contained in:
devin-donnelly
2016-10-12 15:30:23 -07:00
committed by GitHub
+2 -2
View File
@@ -284,7 +284,7 @@ For example, you can specify a default mode like this:
"image": "redis", "image": "redis",
"volumeMounts": [{ "volumeMounts": [{
"name": "foo", "name": "foo",
"mountPath": "/etc/foo", "mountPath": "/etc/foo"
}] }]
}], }],
"volumes": [{ "volumes": [{
@@ -322,7 +322,7 @@ permission for different files like this:
"image": "redis", "image": "redis",
"volumeMounts": [{ "volumeMounts": [{
"name": "foo", "name": "foo",
"mountPath": "/etc/foo", "mountPath": "/etc/foo"
}] }]
}], }],
"volumes": [{ "volumes": [{