camel
camel copied to clipboard
CAMEL-21331: Remove trait-profile parameter in camel-jbang Kubernetes…
… plugin
Description
Remove the --trait-profile parameter in the camel-jbang kubernetes plugin. It is a letfover from the camel-jbang camel k plugin that is redundant to --cluster-type.
Target
- [X] I checked that the commit is targeting the correct branch (note that Camel 3 uses
camel-3.x, whereas Camel 4 uses themainbranch)
Tracking
- [X] If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).
Apache Camel coding standards and style
- [X] I checked that each commit in the pull request has a meaningful subject line and body.
- [X] I have run
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.