Fix typo in mismatchLabelKeys example
parent
432738dec1
commit
b9b3d7c065
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue