Andrej Vano created CAMEL-21737: ----------------------------------- Summary: camel-kubernetes: Multiple consumers are using the k8s client incorrectly Key: CAMEL-21737 URL: https://issues.apache.org/jira/browse/CAMEL-21737 Project: Camel Issue Type: Bug Components: camel-kubernetes Affects Versions: 4.10.0 Reporter: Andrej Vano
Calls such as [these|https://github.com/apache/camel/blob/main/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/deployments/KubernetesDeploymentsConsumer.java#L93-L94] are not working as expected, as you need to assign the return value of {{.withLabel}} back to {{w}} - this results in the query parameters being ignored. -- This message was sent by Atlassian Jira (v8.20.10#820010)