From 2b46af4a0ea09096613b1b64645e1728df46c5d5 Mon Sep 17 00:00:00 2001 From: Izaak Lauer <8404559+izaaklauer@users.noreply.github.com> Date: Mon, 11 Oct 2021 21:40:35 -0400 Subject: [PATCH] Resources apply to containers. --- builtin/k8s/platform.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/k8s/platform.go b/builtin/k8s/platform.go index c116ea1f313..7ecc74ed1fa 100644 --- a/builtin/k8s/platform.go +++ b/builtin/k8s/platform.go @@ -1648,7 +1648,7 @@ deploy "kubernetes" { "resources": func(doc docs.DocField) { doc.SetField( "resources", - "a map of resource limits and requests to apply to a pod on deploy", + "a map of resource limits and requests to apply to a container on deploy", docs.Summary( "resource limits and requests for a container. This exists to allow any possible "+ "resources. For cpu and memory, use those relevant settings instead. "+