-
Notifications
You must be signed in to change notification settings - Fork 345
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
Read the service account's namespace when POD_NAMESPACE is missing #722
Read the service account's namespace when POD_NAMESPACE is missing #722
Conversation
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
@derXear, would you be able to give this one a try? Just change your operator.yaml to use the following image: |
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.
Would be good to have some tests?
In theory yes, but this one here is part of the |
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.
Ok :)
I tested this manually myself, but would be good to have a confirmation from @derXear that this indeed fixes the reported problem. |
@qlikcoe, @toomai, looks like you might have been affected by this as well: would you be open to help testing this fix here? Just update your operator.yaml to use the following image: |
Hi @jpkrohling, I was indeed affected by this issue. After setting the image to Thank you for you reactivity and your work |
Thanks for the confirmation! I'm merging this one. |
Resolves #721
Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de