mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-28 16:50:19 +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`.