🐛 Fix broken JSON format
This commit is contained in:
@@ -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": [{
|
||||||
|
|||||||
Reference in New Issue
Block a user