From 3dd5ec4121b23df0890c724f63a7076125502bf7 Mon Sep 17 00:00:00 2001 From: Lucas Basquerotto Date: Fri, 15 Oct 2021 10:20:36 -0300 Subject: [PATCH] Fix typo at deployment.md --- content/en/docs/concepts/workloads/controllers/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/deployment.md b/content/en/docs/concepts/workloads/controllers/deployment.md index 791f800bbd..6a5df06c02 100644 --- a/content/en/docs/concepts/workloads/controllers/deployment.md +++ b/content/en/docs/concepts/workloads/controllers/deployment.md @@ -1050,7 +1050,7 @@ A Deployment also needs a [`.spec` section](https://git.k8s.io/community/contrib ### Pod Template -The `.spec.template` and `.spec.selector` are the only required field of the `.spec`. +The `.spec.template` and `.spec.selector` are the only required fields of the `.spec`. The `.spec.template` is a [Pod template](/docs/concepts/workloads/pods/#pod-templates). It has exactly the same schema as a {{< glossary_tooltip text="Pod" term_id="pod" >}}, except it is nested and does not have an `apiVersion` or `kind`.