Skip to content
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

Controller to watch resources only where it is deployed #372

Closed
ruromero opened this issue Mar 15, 2021 · 0 comments · Fixed by #378
Closed

Controller to watch resources only where it is deployed #372

ruromero opened this issue Mar 15, 2021 · 0 comments · Fixed by #378
Assignees

Comments

@ruromero
Copy link

ruromero commented Mar 15, 2021

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)
@metacosm metacosm self-assigned this Mar 15, 2021
metacosm added a commit that referenced this issue Mar 16, 2021
This is achieved by using `JOSDK_WATCH_CURRENT` as the only value of the
namespaces configuration for the controller.

Fixes #372
metacosm added a commit that referenced this issue Mar 17, 2021
This is achieved by using `JOSDK_WATCH_CURRENT` as the only value of the
namespaces configuration for the controller.

Fixes #372
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants