Skip to content

Commit 4ecb2fd

Browse files
authored
Merge pull request #30099 from lucasbasquerotto/patch-1
Fix typo at deployment.md
2 parents 754b9e5 + 3dd5ec4 commit 4ecb2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ A Deployment also needs a [`.spec` section](https://git.k8s.io/community/contrib
10501050

10511051
### Pod Template
10521052

1053-
The `.spec.template` and `.spec.selector` are the only required field of the `.spec`.
1053+
The `.spec.template` and `.spec.selector` are the only required fields of the `.spec`.
10541054

10551055
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`.
10561056

0 commit comments

Comments
 (0)