We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd8fc0 commit 233ade3Copy full SHA for 233ade3
test/kafkacat.yml
@@ -86,14 +86,12 @@ spec:
86
restartPolicy: Never
87
---
88
apiVersion: apps/v1beta2
89
-kind: Deployment
+kind: ReplicaSet
90
metadata:
91
name: test-kafkacat
92
namespace: test-kafka
93
spec:
94
replicas: 1
95
- strategy:
96
- type: Recreate
97
selector:
98
matchLabels:
99
test-target: kafka-client-kafkacat
test/produce-consume.yml
@@ -71,14 +71,12 @@ spec:
71
72
73
74
75
76
name: produce-consume
77
78
79
80
81
82
83
84
test-target: kafka-client-console
0 commit comments