Skip to content

Commit 078ccaf

Browse files
committed
Update list yaml selector
1 parent 8145056 commit 078ccaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kubernetes/e2e_test/test_yaml/list.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ items:
99
ports:
1010
- protocol: TCP
1111
port: 80
12+
selector:
13+
app: list-deployment-test
1214
- apiVersion: apps/v1
1315
kind: Deployment
1416
metadata:
@@ -17,6 +19,9 @@ items:
1719
app: list-deployment-test
1820
spec:
1921
replicas: 1
22+
selector:
23+
matchLabels:
24+
app: list-deployment-test
2025
template:
2126
metadata:
2227
labels:

0 commit comments

Comments
 (0)