We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previously it was specified that by default the controller would watch only resources in the namespace it is deployed in. 456ea3c
I would like to ask for this feature to be implemented.
@Controller(namespaces = CURRENT) or @Controller(namespaces = ALL_NAMESPACES)
The text was updated successfully, but these errors were encountered:
feat: Controllers can now watch only the namespace they're deployed in
a42ef8d
This is achieved by using `JOSDK_WATCH_CURRENT` as the only value of the namespaces configuration for the controller. Fixes #372
397edba
metacosm
Successfully merging a pull request may close this issue.
Previously it was specified that by default the controller would watch only resources in the namespace it is deployed in. 456ea3c
I would like to ask for this feature to be implemented.
The text was updated successfully, but these errors were encountered: