From fdf1c55ae162c175d1a37f1a29882bf476315596 Mon Sep 17 00:00:00 2001 From: ringtail Date: Sun, 14 Apr 2019 14:28:23 +0800 Subject: [PATCH] add labels to daemonset metadata --- deployment/node-problem-detector.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/node-problem-detector.yaml b/deployment/node-problem-detector.yaml index bd3bfb18..7d86d901 100644 --- a/deployment/node-problem-detector.yaml +++ b/deployment/node-problem-detector.yaml @@ -2,6 +2,8 @@ apiVersion: apps/v1 kind: DaemonSet metadata: name: node-problem-detector + labels: + app: node-problem-detector spec: selector: matchLabels: