generated from quarkiverse/quarkiverse-template
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Runtime namespaces are not set if annotation sets namespaces during build time #725
Comments
BTW: No luck fixing it so far -- I still don't understand how / where |
jcechace
added a commit
to jcechace/quarkus-operator-sdk
that referenced
this issue
Sep 23, 2023
metacosm
pushed a commit
that referenced
this issue
Sep 24, 2023
metacosm
pushed a commit
that referenced
this issue
Dec 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The condition here is ultimately always false when
ControllerConfig
annotation sets namespaces (see here)Additionally the current implementation takes into account only the operator level property so any
QUARKUS_OPERATOR_SDK_CONTROLLERS_<NAME>_NAMESPACES
won't have any effect it seems.Note: Removing
ControllerConfig.namespaces
from the reconcilier will make the operator level runtime config work as expected. However this leads to another set of issues which I'm gonna skip to keep this report cleaner.The text was updated successfully, but these errors were encountered: