From 29f2bc6fbb7b9547787f63e3db3ca56e528495a1 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Fri, 19 Jul 2019 17:15:32 +0200
Subject: [PATCH] List pods from all namespaces in bug report template

---
 .gitlab/issue_templates/bug.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 7fb35b4f1..4c9aab26a 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.
-- 
GitLab