-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update operator to support the WATCH_NAMESPACE env var #1474
Update operator to support the WATCH_NAMESPACE env var #1474
Conversation
Signed-off-by: Colton Herinckx <herinckc@gmail.com>
Signed-off-by: Colton Herinckx <herinckc@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a minor nit in the Changelog. Thanks a lot for the fix @herinckc!
Are you up for sending a PR to https://github.com/kedacore/charts as well please? |
@tomkerkhove charts should worked as they imho use this ENV variable. This was working before, but probably was mistakenly omitted when we were doing the big update recently. |
Signed-off-by: Colton Herinckx <herinckc@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
* add support to the operator for the WATCH_NAMESPACE env var Signed-off-by: Colton Herinckx <herinckc@gmail.com> * update the changelog Signed-off-by: Colton Herinckx <herinckc@gmail.com> * address PR comments - add PR number and link to changelog Signed-off-by: Colton Herinckx <herinckc@gmail.com>
how to set multiple namespaces? |
Signed-off-by: Colton Herinckx herinckc@gmail.com
This PR adds operator support for the
WATCH_NAMESPACE
environment variable; while the adapter currently supports this env var it seems as though the operator itself does notLet me know if I need to update any tests or docs along with this PR. I didn't see any operator-specific tests or any mention of the
WATCH_NAMESPACE
env var in the keda-docs repo so I haven't done anything for either of those tasks but I'm happy to make more changes if I've missed anythingAddresses #601 (comment)
Checklist