fix typo in daemonset labelSelector

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`.
This commit is contained in:
Ross Guarino
2018-05-29 17:22:17 -07:00
committed by GitHub
parent 4d4ed740fa
commit 7684e59d15
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
spec:
selector:
matchLabels:
name: node-problem-detector
app: node-problem-detector
template:
metadata:
labels: