[ https://issues.apache.org/jira/browse/CAMEL-21510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-21510. --------------------------------- Resolution: Fixed > camel-jbang - Kubernetes plugin support for parameter name > ----------------------------------------------------------- > > Key: CAMEL-21510 > URL: https://issues.apache.org/jira/browse/CAMEL-21510 > Project: Camel > Issue Type: Improvement > Components: camel-jbang > Reporter: Bruno Meseguer > Assignee: Thomas Diesler > Priority: Major > Fix For: 4.8.3, 4.10.0 > > > The current implementation of the Kubernetes plugin selects as the deployment > name the first file source listed in the deployment command, for example, in: > {code:java} > camel kubernetes run main.yaml{code} > Would result in a deployment name "main" > Adding support for a parameter --name would help gain control over the > deployment name. For example: > {code:java} > camel kubernetes run main.yaml --name=price{code} > Resulting in deploying an integration using the name "price" > -- This message was sent by Atlassian Jira (v8.20.10#820010)