gansheer opened a new pull request, #4568: URL: https://github.com/apache/camel-k/pull/4568
Ref #4560 ## Description * Add builder.maven-profile property referencing a secret or a configmap : `[configmap|secret]:name[/key]` * Inject the given profile into the pom.xml generated in the project * Some refactoring on configmap/secret decoding from cli Example: * Creates a secret or a configmap: `kubectl create secret generic maven-profile-owasp --from-file=owasp-profile.xml` * Use it in the builder trait: `-t builder.maven-profile=secret:maven-profile-owasp/owasp-profile.xml` **Release Note** ```release-note Add maven profile to Integration in builder trait as the maven-profile property referencing a secret or a configmap ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org