You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### ISSUE TYPE
- Bug fix Pull Request
##### SUMMARY
Default executor is expecting more than 2 arguments.
Fixed number of arguments needed to 1.
Fixes#300
Describe the bug
Executor fails to run when namespace is ignored. For eg :
get pods
. Whileget pods -n micro
works.To Reproduce
Steps to reproduce the behavior:
get pods
Expected behavior
Bot should respond with a list of pods.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: