🐛 Fix broken JSON format

This commit is contained in:
Steel Brain
2016-10-12 05:44:51 +05:30
committed by GitHub
parent 2e36084497
commit a250e18e2f
+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": [{