Jean-Yves CAMIER

Results 17 comments of Jean-Yves CAMIER

Alright. Understood ! 😄 It sounds good to me !

Similar issue https://github.com/Checkmarx/kics/issues/5960

> > @rafaela-soares When creating TF modules, did the team considered the use case when tags are propagated via provider? e.g. > > ```terraform > > provider "aws" { >...

This is still a very sticky issue. It seems that the best solution for local modules would be to evaluate the module to get all the resources generated.

Without [any specific renovate](https://github.com/jycamier/renovate-helmfile-oci-reproduction/blob/master/renovate.json) configuration : ```json { "config": { "helmfile": [ ... { "packageFile": "helmfile.yaml", "deps": [ { "depName": "aws-load-balancer-controller", "currentValue": "1.4.1", "registryUrls": [ "https://aws.github.io/eks-charts" ], "depIndex": 2, "updates":...

I need updates too. In my use case with `Kustomize`, a `ConfigMapGenerator` creates some `ConfigMaps` which contain stuff for database migration, which is executed in a Job on `pre-install` and...