-
Notifications
You must be signed in to change notification settings - Fork 537
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
feat(jkube-kit-build-api): Added support for overriding Build Args appearing in multiple sources #3637
Conversation
Signed-off-by: l3002 <[email protected]>
Signed-off-by: l3002 <[email protected]>
Signed-off-by: l3002 <[email protected]>
Eclipse JKube CI ReportStarted new GH workflow run for #3637 (2025-01-31T21:52:51Z) ⚙️ JKube E2E Tests (13081234436)
|
Thanks, overall changes look good. Shall we also document the predence in the user facing docs: https://eclipse.dev/jkube/docs/kubernetes-maven-plugin/#_build_args You can find it's source here : _buildargs.adoc |
Yeah, I think I missed that. I'll push a commit for that as well. |
Signed-off-by: l3002 <[email protected]>
...kit/build/api/src/main/java/org/eclipse/jkube/kit/build/api/helper/BuildArgResolverUtil.java
Show resolved
Hide resolved
Just minor comments otherwise looks good. Thanks a lot! 👍 |
Signed-off-by: l3002 <[email protected]>
Hi @rohanKanojia: Sorry for the delay, I've added the suggested changes. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done, thx!
Description
Fixes #3000
The following changes were made to add support for overriding Build Args appearing in multiple sources:
Type of change
test, version modification, documentation, etc.)
Checklist