Docs: fix invalid json in quota example

Fixes #21385
pull/6/head
Justin Santa Barbara 2016-02-17 10:32:14 -05:00
parent 22ad56dded
commit 98e9985c1b
1 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ $ cat <<EOF > quota.json
"apiVersion": "v1",
"kind": "ResourceQuota",
"metadata": {
"name": "quota",
"name": "quota"
},
"spec": {
"hard": {
@ -135,8 +135,8 @@ $ cat <<EOF > quota.json
"pods": "10",
"services": "5",
"replicationcontrollers":"20",
"resourcequotas":"1",
},
"resourcequotas":"1"
}
}
}
EOF