-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
defaultNamespace field in config won't work on changing to other than default #429
Comments
Indeed I have also noticed it and fixed it in a PR I am preparing for #421 . |
I also encountered this problem but in my case adding -n didn't help. The bot simply does not return anything if I specify -n. If I don't specify -n, it returns "No resources found..." Any ideas what might cause it? |
@alexavrutin to be sure about what you are doing, the |
Fixed with: #459 |
Describe the bug
Botkube doesn't produce report of other namespace except default even if resource configuration is changed
To Reproduce
Steps to reproduce the behavior:
botkube
@Botkube get deployments
from the applications.botkube
namespace which is set to be defaultExpected behavior
The result expected should be resources listed in
botkube
namespaceScreenshots
Results after deploying botkube
Additional context
If -n flag is provided then the response is correct
The text was updated successfully, but these errors were encountered: