From b9b3d7c065b5332fc8f28c80e55bfc31109a2f8a Mon Sep 17 00:00:00 2001 From: raweber <99535319+raweber42@users.noreply.github.com> Date: Fri, 17 Jan 2025 21:25:40 +0100 Subject: [PATCH] Fix typo in mismatchLabelKeys example --- content/en/docs/concepts/scheduling-eviction/assign-pod-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/scheduling-eviction/assign-pod-node.md b/content/en/docs/concepts/scheduling-eviction/assign-pod-node.md index 5a6d18baf6..34be593be9 100644 --- a/content/en/docs/concepts/scheduling-eviction/assign-pod-node.md +++ b/content/en/docs/concepts/scheduling-eviction/assign-pod-node.md @@ -453,7 +453,7 @@ spec: # tenant is running. labelSelector: # We have to have the labelSelector which selects only Pods with the tenant label, - # otherwise this Pod would hate Pods from daemonsets as well, for example, + # otherwise this Pod would have Pods from daemonsets as well, for example, # which aren't supposed to have the tenant label. matchExpressions: - key: tenant