aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--test/basic-produce-consume.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6464906..9853d12 100644
--- a/README.md
+++ b/README.md
@@ -57,5 +57,5 @@ Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon
```
kubectl apply -f test/
# Anything that isn't READY here is a failed test
-kubectl -n test-kafka get pods -l test-target=kafka,test-type=readiness -w
+kubectl get pods -l test-target=kafka,test-type=readiness -w --all-namespaces
```
diff --git a/test/basic-produce-consume.yml b/test/basic-produce-consume.yml
index f56a01f..fdacea0 100644
--- a/test/basic-produce-consume.yml
+++ b/test/basic-produce-consume.yml
@@ -10,7 +10,7 @@ data:
touch /tmp/testlog
./bin/kafka-topics.sh --zookeeper $ZOOKEEPER \
- --create --if-not-exists --topic test-basic-with-kafkacat \
+ --create --if-not-exists --topic test-basic-produce-consume \
--partitions 1 --replication-factor 1
# Despite the deprecation warning --zookeeper nothing is consumed when using --bootstrap-server