christophd commented on code in PR #17007:
URL: https://github.com/apache/camel/pull/17007#discussion_r1937121619


##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesExport.java:
##########
@@ -104,6 +104,10 @@ public class KubernetesExport extends Export {
                         description = "The image builder used to build the 
container image (e.g. docker, jib, podman).")
     protected String imageBuilder;
 
+    @CommandLine.Option(names = { "--image-push" }, defaultValue = "true",

Review Comment:
   In the export it sets the property in the Maven pom.xml and prepares the 
Maven project with image push enabled. I would say it makes sense to have it 
set to true



-- 
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

Reply via email to