Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Resources apply to containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaklauer committed Oct 12, 2021
1 parent cf1fe44 commit 2b46af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/k8s/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -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. "+
Expand Down

0 comments on commit 2b46af4

Please sign in to comment.