-
Notifications
You must be signed in to change notification settings - Fork 348
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(trait): Add maven profile to Integration in builder trait #4568
Conversation
bce0c9d
to
7693b52
Compare
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage unchanged. |
1 similar comment
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage unchanged. |
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.
Really cool feature, congrats! Just a little remark which I hope we can change to have the code completely separate from any external configuration.
7693b52
to
21dd232
Compare
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage unchanged. |
21dd232
to
845b90b
Compare
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage unchanged. |
Ref apache#4560 * Add builder.maven-profile property referencing a secret or a configmap * Inject the given profile into the pom.xml generated * Some refactoring on configmap/secret decoding from cli
845b90b
to
0f30d73
Compare
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage unchanged. |
All green. Is there any other pending work or can we merge @gansheer? |
It's complete, ready for merge 🎇 . |
Thanks for the contribution. Consider to add some documentation to show usage. |
Ref #4560
Description
[configmap|secret]:name[/key]
Example:
kubectl create secret generic maven-profile-owasp --from-file=owasp-profile.xml
-t builder.maven-profile=secret:maven-profile-owasp/owasp-profile.xml
Release Note