diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index ef60cfda1e39884eab07f4f0a11086520dc1444b..937df17289bf4c867dcdcd714120dc69fb10597e 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -23,8 +23,7 @@ Are all cert-manager pods in the `oas` namespace in the `READY` state ?
 Are there any `cm-acme-http-solver-*` pods still running, indicating that there
 are unfinished certificate requests ?
 
-    cluster$ kubectl -n oas-apps get pods | grep cm-acme-http-solver
-    cluster$ kubectl -n oas get pods | grep cm-acme-http-solver
+    cluster$ kubectl get pods --all-namespaces | grep cm-acme-http-solver
 
 Show the logs of the main `cert-manager` pod: