quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Allow adding labels to routes

Open xstefank opened this issue 1 year ago • 2 comments

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.

xstefank avatar Jun 28 '24 07:06 xstefank

/cc @geoand (openshift), @iocanel (openshift)

quarkus-bot[bot] avatar Jun 28 '24 07:06 quarkus-bot[bot]

Seems reasonable to me

geoand avatar Jun 28 '24 07:06 geoand

Me too. dekorate release is on its way btw.

iocanel avatar Jul 01 '24 09:07 iocanel