aboutsummaryrefslogtreecommitdiff
path: root/test/basic-with-kafkacat.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/basic-with-kafkacat.yml')
-rw-r--r--test/basic-with-kafkacat.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/basic-with-kafkacat.yml b/test/basic-with-kafkacat.yml
index 405a798..78e423c 100644
--- a/test/basic-with-kafkacat.yml
+++ b/test/basic-with-kafkacat.yml
@@ -23,7 +23,6 @@ data:
kafkacat -C -b $BOOTSTRAP -t test-basic-with-kafkacat -o -1 -e | grep $unique
exit 0
-
---
apiVersion: batch/v1
kind: Job
@@ -47,7 +46,7 @@ spec:
- --partitions
- "1"
- --replication-factor
- - "1"
+ - "2"
restartPolicy: Never
---
apiVersion: apps/v1beta1