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

wip: attempt to use build items instead of resource provider decorators #952

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

metacosm
Copy link
Member

No description provided.

@metacosm metacosm self-assigned this Sep 10, 2024
final var bindings = new AddRoleBindingsDecorator(configs, buildTimeConfiguration, serviceAccountName).createBindings();
bindings.forEach(binding -> roleBindingsProducer.produce(roleBindingItemFor(binding)));

// decorators.produce(new DecoratorBuildItem(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgotten?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is a work in progress, I wanted to keep an easy way to revert to the current behavior quickly. Then again, this actually wouldn't work anymore due to another change that is wrong for the current behavior, iirc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants