From 9f4214fc2ca15961130489b48623aa05e3dc1438 Mon Sep 17 00:00:00 2001 From: devin-donnelly Date: Tue, 21 Mar 2017 23:03:14 -0700 Subject: [PATCH] Revert "update init-containers.md" --- docs/concepts/workloads/pods/init-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/pods/init-containers.md b/docs/concepts/workloads/pods/init-containers.md index d3dc7beb88..1a43dea943 100644 --- a/docs/concepts/workloads/pods/init-containers.md +++ b/docs/concepts/workloads/pods/init-containers.md @@ -227,7 +227,7 @@ validation error is thrown for any Container sharing a name with another. ### Resources Given the ordering and execution for Init Containers, the following rules -for resource usage application: +for resource usage apply: * The highest of any particular resource request or limit defined on all Init Containers is the *effective init request/limit*