-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add OpenShift CA bundle when deployed on OpenShift #190
Conversation
Signed-off-by: Joel Smith <joelsmith@redhat.com>
This is not the correct fix, we shouldn't have merged this one. The KEDA generated secrets clashes with the OpenShift provided ones, see the log:
|
@zroubalik sorry about that. I merged this thinking it was a step in the right direction. I will work on a follow-up PR to fix the conflict, or if you prefer, I can revert this change. I believe (but am not certain) that the errors you mentioned are not related to my change and were already there from the 2.10.1 rebase. If I am not mistaken, this change is separate and only allows TLS connections to in-cluster metrics sources like Prometheus. |
Also, fix namespace for prometheus monitoring objects
Checklist