ResourceQuota add object count support for secret and volume claims
This commit is contained in:
parent
e853f25d09
commit
27a5a151c0
|
|
@ -10,6 +10,8 @@
|
|||
"services": "5",
|
||||
"replicationcontrollers":"20",
|
||||
"resourcequotas":"1",
|
||||
},
|
||||
"secrets":"10",
|
||||
"persistentvolumeclaims":"10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,9 @@
|
|||
"pods": "10",
|
||||
"services": "5",
|
||||
"replicationcontrollers":"20",
|
||||
"resourcequotas":"1"
|
||||
"resourcequotas":"1",
|
||||
"secrets":"10",
|
||||
"persistentvolumeclaims":"10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue