Skip to content

Commit 6a93ddf

Browse files
authored
Merge pull request #22445 from piazera/patch-1
Update deployment.md
2 parents 7fb0bfe + 043737c commit 6a93ddf

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
@@ -1068,7 +1068,7 @@ allowed, which is the default if not specified.
10681068

10691069
### Selector
10701070

1071-
`.spec.selector` is an required field that specifies a [label selector](/docs/concepts/overview/working-with-objects/labels/)
1071+
`.spec.selector` is a required field that specifies a [label selector](/docs/concepts/overview/working-with-objects/labels/)
10721072
for the Pods targeted by this Deployment.
10731073

10741074
`.spec.selector` must match `.spec.template.metadata.labels`, or it will be rejected by the API.

0 commit comments

Comments
 (0)