Skip to content

Commit ab35705

Browse files
committed
The test concept just caught a mistake
1 parent cabe9be commit ab35705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon
5757
```
5858
kubectl apply -f test/
5959
# Anything that isn't READY here is a failed test
60-
kubectl -n test-kafka get pods -l test-target=kafka,test-type=readiness -w
60+
kubectl get pods -l test-target=kafka,test-type=readiness -w --all-namespaces
6161
```

test/basic-produce-consume.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
touch /tmp/testlog
1111
1212
./bin/kafka-topics.sh --zookeeper $ZOOKEEPER \
13-
--create --if-not-exists --topic test-basic-with-kafkacat \
13+
--create --if-not-exists --topic test-basic-produce-consume \
1414
--partitions 1 --replication-factor 1
1515
1616
# Despite the deprecation warning --zookeeper nothing is consumed when using --bootstrap-server

0 commit comments

Comments
 (0)