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

Kubernetes extension doesn't generate labels for RoleBinding resources #20065

Closed
metacosm opened this issue Sep 10, 2021 · 2 comments · Fixed by #20098
Closed

Kubernetes extension doesn't generate labels for RoleBinding resources #20065

metacosm opened this issue Sep 10, 2021 · 2 comments · Fixed by #20098
Assignees
Labels
area/kubernetes kind/bug Something isn't working
Milestone

Comments

@metacosm
Copy link
Contributor

Describe the bug

See title

Expected behavior

Labels should be generated.

Actual behavior

No labels are generated.

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

2.2.2.Final

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

No response

Additional information

No response

@metacosm metacosm added the kind/bug Something isn't working label Sep 10, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 10, 2021

/cc @geoand, @iocanel

@iocanel iocanel self-assigned this Sep 10, 2021
@iocanel
Copy link
Contributor

iocanel commented Sep 10, 2021

It seems that we are adding labels to all resources that have a specific name.
Since rolebindings are using a suffix, the are excluded.

I'll fix that shortly.

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