Commit d792e55e authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21388 from justinsb/docs_quotas

Auto commit by PR queue bot
parents f1cbaed6 98e9985c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment