gansheer commented on code in PR #17007: URL: https://github.com/apache/camel/pull/17007#discussion_r1937169031
########## 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: I am mixing with run command, my bad :) -- 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