mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-20 13:00:36 +00:00
The label on the pod is `app: node-problem-detector` while the label in the `labelSelector` was `name: node-problem-detector`. This CL updates the `labelSelector` to use `app` rather than `name`.