aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 66f329f..901cefd 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
```