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