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