We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Label in Openshift
app.openshift.io/runtime=camel
app.openshift.io/runtime=quarkus
No response
uname -a
ver
Darwin Kernel Version 21.5.0
java -version
openjdk version "11.0.11" 2021-04-20
2.9.2.Final
mvnw --version
gradlew --version
Apache Maven 3.8.4
The text was updated successfully, but these errors were encountered:
/cc @geoand, @iocanel
Sorry, something went wrong.
Allow overriding of app.openshift.io/runtime label
249c153
Fixes: quarkusio#26273
Merge pull request #26285 from geoand/#26273
ad8feb1
9b6c2b0
Fixes: quarkusio#26273 (cherry picked from commit 249c153)
geoand
Successfully merging a pull request may close this issue.
Describe the bug
I'm deploying quarkus app to OpenShift using openshift extension
I have set in application.properties the following property:
Expected behavior
Label in Openshift
Actual behavior
Label in Openshift
How to Reproduce?
No response
Output of
uname -a
orver
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
orgradlew --version
)Apache Maven 3.8.4
Additional information
No response
The text was updated successfully, but these errors were encountered: