diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 7fb35b4f16ad223228fe5fdfa4d84dd5087d0e2c..4c9aab26ade02f82bea8ac2a7be519c117857fda 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -1,6 +1,6 @@
 The output of these commands is helpful to debug deployment errors:
 
-    kubectl get pods
+    kubectl get pods -A
     helm ls
 
 Please include this output if possible.