fix embarrassing config error

This commit is contained in:
Daniel Smith 2015-06-01 16:57:12 -07:00
parent 60c82b216b
commit 14d5f24aa8
1 changed files with 1 additions and 3 deletions

View File

@ -29,9 +29,7 @@
"volumes": [
{
"name": "test-volume",
"VolumeSorce": {
"EmptyDir": {}
}
"emptyDir": {}
}
]
}