Fix typo in mismatchLabelKeys example

pull/49478/head
raweber 2025-01-17 21:25:40 +01:00 committed by GitHub
parent 432738dec1
commit b9b3d7c065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ spec:
# tenant is running. # tenant is running.
labelSelector: labelSelector:
# We have to have the labelSelector which selects only Pods with the tenant label, # 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. # which aren't supposed to have the tenant label.
matchExpressions: matchExpressions:
- key: tenant - key: tenant