diff --git a/README.md b/README.md index 66f329fe..901cefdb 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,5 @@ Like the rest of this repo they have `kubectl` as the only local dependency. ``` kubectl apply -f test/ # Anything that isn't READY here is a failed test -kubectl get pods -l test-target=kafka,test-type=readiness -w --all-namespaces +kubectl get pods -l test-type=readiness -w --namespace=test-kafka ```