Arnaud Jeansen

Results 30 comments of Arnaud Jeansen

OK. So what do you think? Should I take the time to add a knob to force the commit? Or do you see a better way to achieve what I...

Happy holidays everyone. So how can I help explain my process? Would a simple project on github and the configuration of a Jenkins job help? Thanks

Hello @nikku That is a blocker for us to adopt element templates, can you provide a code pointer to implement that? I see that you marked it as "good first...

@nikku oh right, if it is not configurable but falls back to the default value of 3, then this is not a blocker. You are absolutely right. I would still...

@nikku thanks for the quick feedback Yes I plan to look into this this week.

> > I am trying to push the service port into a template yaml fragment: > > This is no longer the recommended approach, I'd suggest to [configure the parameters](https://eclipse.dev/jkube/docs/kubernetes-maven-plugin/#helm-parameters)...

Yes, excluding this enricher seems to make it all work ```diff + + + + jkube-service-discovery + + ``` With that, I get the expected `values.yaml`. ```yaml [...] service: server:...

Hello @manusa Thanks for all the feedback and the updated example in the `quickstarts`. I understand that the inner loop requires shadowing all template entries into pom properties, in a...

@manusa OK I think there really is a bug with the `jkube-service-discovery` enricher. I started from `master` (as of this morning) and with the updated project `quickstarts/maven/spring-boot-helm`. With the following...

@rohanKanojia I pushed the diff onto a branch on a forked jkube, you can look at https://github.com/ajeans/jkube/tree/issue-2479/quickstarts/maven/spring-boot-helm (I also added the template entry to make it more understandable, even if...