Skip to content

Commit b9b3d7c

Browse files
authored
Fix typo in mismatchLabelKeys example
1 parent 432738d commit b9b3d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ spec:
453453
# tenant is running.
454454
labelSelector:
455455
# We have to have the labelSelector which selects only Pods with the tenant label,
456-
# otherwise this Pod would hate Pods from daemonsets as well, for example,
456+
# otherwise this Pod would have Pods from daemonsets as well, for example,
457457
# which aren't supposed to have the tenant label.
458458
matchExpressions:
459459
- key: tenant

0 commit comments

Comments
 (0)