Skip to content

Commit c2c323e

Browse files
authored
Update DaemonSetDemo.yml
1 parent 3e5a281 commit c2c323e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Kubernetese/DemonSets/DaemonSetDemo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ kind: DaemonSet
33
metadata:
44
name: myds
55
spec:
6-
selector: matchLabels:
6+
selector:
7+
matchLabels:
78
type: webserver
89
template:
910
metadata:

0 commit comments

Comments
 (0)