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.
1 parent f476bd3 commit 4919d66Copy full SHA for 4919d66
content/en/docs/concepts/workloads/controllers/deployment.md
@@ -54,7 +54,7 @@ In this example:
54
{{< note >}}
55
The `.spec.selector.matchLabels` field is a map of {key,value} pairs.
56
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".
+ whose `key` field is "key", the `operator` is "In", and the `values` array contains only "value".
58
All of the requirements, from both `matchLabels` and `matchExpressions`, must be satisfied in order to match.
59
{{< /note >}}
60
0 commit comments