quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Allow adding labels to routes

Open xstefank opened this issue 7 months 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