[
https://issues.apache.org/jira/browse/CAMEL-21016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868696#comment-17868696
]
Thomas Diesler commented on CAMEL-21016:
----------------------------------------
You can now do ...
{code:java}
camel kubernetes export timer-log-route.yaml \
--gav=examples:timer-log:1.0.0 \
--trait container.imagePullPolicy=IfNotPresent \
--build-property=jkube.enricher.jkube-service.type=NodePort \
--runtime=spring-boot
{code}
> Add support for multiple build properties in jbang export
> ---------------------------------------------------------
>
> Key: CAMEL-21016
> URL: https://issues.apache.org/jira/browse/CAMEL-21016
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Priority: Major
> Fix For: 4.8.0
>
>
> In camel-jbang export, I noticed that --additional-properties is a rather
> clumsy name for build time properties. How about --build-properties?
> Similar to --dep, I'd actually prefer []String (i.e. arity=0-N), in which
> case it could be called --build-property.
> Generally, should we always aim for []String rather then comma separated?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)