Pasquale Congiusti

Results 534 comments of Pasquale Congiusti

fyi @robertofabrizi @gansheer, wdyt? you have worked in the user profile settings. Do you think we can leverage that development to include any generic resource at build time?

Yes. The problem is the coupling we may have among traits. We need to find a way to decouple. However it may require a deep review of how this would...

> This would bridge a current gap between what is supported by camel natively, but not by camelk (which is also a bit not that clear for the novices to...

I have the feeling this one depends on #4639 It looks like the resources are used correctly when the dependency is provided at build time (via `-d` option) but not...

Not exactly. The ''build-property'' flag transform any plain property or read from configmap/secret/files and then convert into builder trait properties. From build perspective, it always receive a list of text...

We can include the parameter in the trait configuration and let the user configure it. I'm about to rework the cron runtime in #5090 so we may have a look...

#5090 was dropped in favor of moving the logic directly in the runtime, eventually. I think for the time being this can be developed on Camel K side while the...

I've analyzed the problem. What it really happens is that Camel K is not able to parse a route such: ``` - route: from: parameters: name: my-rote steps: ... uri:...

Does it requires any Kubernetes API version by any chance?