Merge pull request #6824 from derekwaynecarr/fix_quota_bug

Fix quota bug in LimitRanger
This commit is contained in:
Dawn Chen
2015-04-14 14:56:55 -07:00
2 changed files with 11 additions and 5 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"
}
}
}