quarkus
quarkus copied to clipboard
Allow adding labels to routes
Describe the bug
We have only annotations now:
quarkus.openshift.route.annotations."test"=value
And I need label for my use case.
Expected behavior
There is something like:
quarkus.openshift.route.labels."test"=value
Actual behavior
It's not possible to configure label just for the route.
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
I already have PR ready which is blocked on https://github.com/dekorateio/dekorate/pull/1296 and dekorate update in quarkus. Just logging this.
/cc @geoand (openshift), @iocanel (openshift)
Seems reasonable to me
Me too. dekorate release is on its way btw.