Skip to content

Commit

Permalink
Merge pull request #49478 from raweber42/patch-1
Browse files Browse the repository at this point in the history
Fix typo in mismatchLabelKeys example
  • Loading branch information
k8s-ci-robot authored Jan 21, 2025
2 parents 78dccf2 + b9b3d7c commit 6793f48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6793f48

Please sign in to comment.