squakez commented on code in PR #15998:
URL: https://github.com/apache/camel/pull/15998#discussion_r1805039900
##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/traits/BaseTrait.java:
##########
@@ -20,6 +20,7 @@
public abstract class BaseTrait implements Trait {
public static final String INTEGRATION_LABEL =
"camel.apache.org/integration";
Review Comment:
Probably you need to remove this then.
##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/traits/ContainerTrait.java:
##########
@@ -82,6 +82,7 @@ public void apply(Traits traitConfig, TraitContext context) {
.editOrNewTemplate()
.editOrNewMetadata()
.addToLabels(INTEGRATION_LABEL, context.getName())
Review Comment:
ditto
##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/traits/ContainerTrait.java:
##########
@@ -93,6 +94,7 @@ public void apply(Traits traitConfig, TraitContext context) {
.editOrNewJobTemplate()
.editOrNewMetadata()
.addToLabels(INTEGRATION_LABEL, context.getName())
Review Comment:
ditto
--
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]