mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
Merge pull request #267 from ringtail/master
add labels to daemonset metadata
This commit is contained in:
@@ -2,6 +2,8 @@ apiVersion: apps/v1
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: node-problem-detector
|
name: node-problem-detector
|
||||||
|
labels:
|
||||||
|
app: node-problem-detector
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|||||||
Reference in New Issue
Block a user