-
Notifications
You must be signed in to change notification settings - Fork 15
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
The PR aims to improve the handling of WATCH_NAMESPACE param when ins… #202
Conversation
…talling from OLM. OLM doesn't set any env var for us, so earlier whenever someone installs the operator in a specific namespace The operator would still run in cluster wide, since the WATCH_NAMESPACE var was not found. Signed-off-by: Tarun Khandelwal <tarkhand@redhat.com>
59c2e2b
to
44eaf16
Compare
The integration check is supposed to fail due to their changes, right @Kaitou786 ? |
@ricardozanini Well not sure, it could be due to the bug we have right now in our CI system. |
@Kaitou786 indeed. I haven't seen the logs, shame on me. I'll send a PR to upgrade to 0.6.0. Many thanks! |
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.
Thanks @Kaitou786!
Waiting for OLM to merge our 0.5.0 PR. |
Okay, no worries :) |
I bumped the version to 0.6.0 on #206, this should be ready to go once that's merged |
…talling from OLM.
OLM doesn't set any env var for us, so earlier whenever someone installs the operator in a specific namespace
The operator would still run in cluster wide, since the WATCH_NAMESPACE var was not found.
Signed-off-by: Tarun Khandelwal tarkhand@redhat.com