You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/10 08:52:40 UTC

[camel] branch camel-3.21.x updated: Camel-Kubernetes: Namespace URI option is not consumer only

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.21.x by this push:
     new c9a4968e29c Camel-Kubernetes: Namespace URI option is not consumer only
c9a4968e29c is described below

commit c9a4968e29cd7cd0fa1d8f2da3a9d5846def5af5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 10 10:37:17 2023 +0200

    Camel-Kubernetes: Namespace URI option is not consumer only
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../org/apache/camel/component/kubernetes/KubernetesConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java
index 4e5ea5e577f..024bf2c2977 100644
--- a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java
+++ b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/KubernetesConfiguration.java
@@ -78,7 +78,7 @@ public class KubernetesConfiguration implements Cloneable {
     @UriParam(label = "security", secret = true)
     private Boolean trustCerts;
 
-    @UriParam(label = "consumer")
+    @UriParam
     private String namespace;
 
     @UriParam(label = "consumer")