Skip to content

Commit 4919d66

Browse files
committed
Update the note ragarding matchLabels vs matchExpressions in the Deployment document
1 parent f476bd3 commit 4919d66

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
@@ -54,7 +54,7 @@ In this example:
5454
{{< note >}}
5555
The `.spec.selector.matchLabels` field is a map of {key,value} pairs.
5656
A single {key,value} in the `matchLabels` map is equivalent to an element of `matchExpressions`,
57-
whose key field is "key" the operator is "In", and the values array contains only "value".
57+
whose `key` field is "key", the `operator` is "In", and the `values` array contains only "value".
5858
All of the requirements, from both `matchLabels` and `matchExpressions`, must be satisfied in order to match.
5959
{{< /note >}}
6060

0 commit comments

Comments
 (0)