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:53:03 UTC

[camel] 01/03: 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 kubernetes-namespace-option
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d48d614844662ed8e6a9943e97bace6f6cd5aa2b
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")