Skip to content

Commit d6422b2

Browse files
committed
Updates test deployment to 1.8 API
1 parent 9dad451 commit d6422b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/basic-produce-consume.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,17 @@ data:
3838
exit 0
3939
4040
---
41-
apiVersion: apps/v1beta1
41+
apiVersion: apps/v1beta2
4242
kind: Deployment
4343
metadata:
4444
name: basic-produce-consume
4545
namespace: test-kafka
4646
spec:
4747
replicas: 1
48+
selector:
49+
matchLabels:
50+
test-target: kafka
51+
test-type: readiness
4852
template:
4953
metadata:
5054
labels:

0 commit comments

Comments
 (0)