Remove trailing comma

This commit is contained in:
derekwaynecarr 2015-04-14 16:11:51 -04:00
parent 9885edd49f
commit fc0db0b3a4
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"apiVersion": "v1beta3",
"kind": "ResourceQuota",
"metadata": {
"name": "quota",
"name": "quota"
},
"spec": {
"hard": {
@ -11,7 +11,7 @@
"pods": "10",
"services": "5",
"replicationcontrollers":"20",
"resourcequotas":"1",
},
"resourcequotas":"1"
}
}
}