We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fb0bfe + 043737c commit 6a93ddfCopy full SHA for 6a93ddf
content/en/docs/concepts/workloads/controllers/deployment.md
@@ -1068,7 +1068,7 @@ allowed, which is the default if not specified.
1068
1069
### Selector
1070
1071
-`.spec.selector` is an required field that specifies a [label selector](/docs/concepts/overview/working-with-objects/labels/)
+`.spec.selector` is a required field that specifies a [label selector](/docs/concepts/overview/working-with-objects/labels/)
1072
for the Pods targeted by this Deployment.
1073
1074
`.spec.selector` must match `.spec.template.metadata.labels`, or it will be rejected by the API.
0 commit comments