On Tue, Sep 13, 2022 at 1:49 PM Christoph Weiss
wrote:
>
> Is it possible to acess ConfigMaps and Secrets in another namespace using
> “config / resource modeline”? (see
> https://camel.apache.org/camel-k/1.9.x/cli/modeline.html)
Not possible at the moment, since that would require additional
r
Dear User Community,
Short question:
Is it possible to acess ConfigMaps and Secrets in another namespace using
“config / resource modeline”? (see
https://camel.apache.org/camel-k/1.9.x/cli/modeline.html)
If yes, what would be the syntax? (well I guess it is not possible … ; ) )
Regards Christo
Hi
Are you able to put together a sample Camel project that reproduces this
problem, and upload it to either github somewhere, or as a .zip file?
And you are welcome to create a JIRA ticket, where you can upload the .zip
file.
That is easier for us to use to look into this.
And you are surely wel
Hi,
While upgrading Camel from our current verion (3.4.2) to the latest version
(3.18.2) we are running into an issue where the resilience4j circuit breaker is
not working as expected. After the circuit is OPEN it should throw an
exception(CallNotPermittedException) same as 3.4.2 but instead th
Hi Christoph,
This is currently not supported. I agree this would be useful for a number of
use cases.
Ideally, this should be implemented consistently for all build strategies (s2i,
buildah, kaniko, spectrum).
Could you please create an issue?
Cheers,
Antonin
> On 12 Sep 2022, at 16:24, Chr
Hi Claudio,
Yes, this was the piece I was looking for.
Thanks a lot for clarifying and the links to the source code !
Cheers - Christoph
-Original Message-
From: Claudio Miranda
Sent: Monday, 12 September 2022 21:42
To: users@camel.apache.org
Subject: [EXTERNAL] Re: kamel run - whi