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

Unable to set custom app.openshift.io/runtime label when deploying with OpenShift extension #26273

Closed
mgubaidullin opened this issue Jun 21, 2022 · 1 comment · Fixed by #26285
Assignees
Labels
area/kubernetes kind/bug Something isn't working
Milestone

Comments

@mgubaidullin
Copy link
Contributor

Describe the bug

I'm deploying quarkus app to OpenShift using openshift extension
I have set in application.properties the following property:

quarkus.openshift.labels."app.openshift.io/runtime"=camel

Expected behavior

Label in Openshift

app.openshift.io/runtime=camel

Actual behavior

Label in Openshift

app.openshift.io/runtime=quarkus

How to Reproduce?

No response

Output of uname -a or ver

Darwin Kernel Version 21.5.0

Output of java -version

openjdk version "11.0.11" 2021-04-20

GraalVM version (if different from Java)

No response

Quarkus version or git rev

2.9.2.Final

Build tool (ie. output of mvnw --version or gradlew --version)

Apache Maven 3.8.4

Additional information

No response

@mgubaidullin mgubaidullin added the kind/bug Something isn't working label Jun 21, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 21, 2022

/cc @geoand, @iocanel

@geoand geoand self-assigned this Jun 22, 2022
geoand added a commit to geoand/quarkus that referenced this issue Jun 22, 2022
gsmet added a commit that referenced this issue Jun 27, 2022
Allow overriding of app.openshift.io/runtime label
@quarkus-bot quarkus-bot bot added this to the 2.11 - main milestone Jun 27, 2022
@gsmet gsmet modified the milestones: 2.11 - main, 2.10.1.Final Jun 28, 2022
gsmet pushed a commit to gsmet/quarkus that referenced this issue Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants