claudio4j commented on code in PR #17733:
URL: https://github.com/apache/camel/pull/17733#discussion_r2041869596
##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesRun.java:
##########
@@ -257,6 +257,9 @@ public class KubernetesRun extends KubernetesBaseCommand {
description = "Maven/Gradle build properties, ex.
--build-property=prop1=foo")
List<String> buildProperties = new ArrayList<>();
+ @CommandLine.Option(names = { "--disable-auto" }, description = "Disable
automatic cluster type detection.")
+ boolean disableAuto = false;
Review Comment:
makes sense to not add new features, since this is targeted for a patch
release.
> Which bug is it fixing?
Probably these two are the main ones, besides the cluster detection which is
a new feature.
- camel-jbang-plugin-kubernetes - jkube to generate Deployment instead
- camel-jbang: fix export not respecting --quarkus-group-id parameter
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]