Skip to content
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

AddNamespaceDecorator doesn't override already set namespaces #29813

Merged
merged 1 commit into from Dec 13, 2022

Conversation

metacosm
Copy link
Contributor

Fixes #29809

@quarkus-bot

This comment has been minimized.

Copy link
Contributor

@iocanel iocanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@quarkus-bot

This comment has been minimized.

@geoand
Copy link
Contributor

geoand commented Dec 13, 2022

See the message from the bot for how to fix the formatting problem

@gsmet
Copy link
Member

gsmet commented Dec 13, 2022

I force pushed a formatting fix.

@quarkus-bot
Copy link

quarkus-bot bot commented Dec 13, 2022

Failing Jobs - Building ea24dca

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 MacOS M1 Set up runner ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 18

@geoand geoand merged commit 44219c7 into quarkusio:main Dec 13, 2022
@quarkus-bot quarkus-bot bot added this to the 2.16 - main milestone Dec 13, 2022
metacosm added a commit to quarkiverse/quarkus-operator-sdk that referenced this pull request Dec 14, 2022
#456)

We need to make sure we run after `AddNamespaceDecorator` because
that decorator will overwrite any namespaces we might have set on our
`RoleBindings` if we let it run after our own decorator. 

Proper behavior for the `AddNamespaceDecorator` should be to not 
overwrite namespaces if they have been set. This has been fixed in
quarkusio/quarkus#29813
@gsmet gsmet modified the milestones: 2.16 - main, 2.15.1.Final Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quarkus.kubernetes.namespace property shouldn't provoke overriding of already set namespaces on resources
4 participants