Merge pull request #479 from harai/doc-typo-fix

Fix typo in admission_control_limit_range.md
This commit is contained in:
NickrenREN 2017-03-28 03:46:04 -05:00 committed by GitHub
commit 786b3ccae4
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ metadata:
spec: spec:
limits: limits:
- type: "Container" - type: "Container"
defaultRequests: defaultRequest:
cpu: "100m" cpu: "100m"
``` ```