mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Remove trailing comma
This commit is contained in:
parent
88cf777dfd
commit
d1bfcdf7f5
@ -2,7 +2,7 @@
|
|||||||
"apiVersion": "v1beta3",
|
"apiVersion": "v1beta3",
|
||||||
"kind": "ResourceQuota",
|
"kind": "ResourceQuota",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "quota",
|
"name": "quota"
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"hard": {
|
"hard": {
|
||||||
@ -11,7 +11,7 @@
|
|||||||
"pods": "10",
|
"pods": "10",
|
||||||
"services": "5",
|
"services": "5",
|
||||||
"replicationcontrollers":"20",
|
"replicationcontrollers":"20",
|
||||||
"resourcequotas":"1",
|
"resourcequotas":"1"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user