Tom Lagodzinski

Results 8 comments of Tom Lagodzinski

It's quite simple with the current regex and job filter support: 1. In Status Filter, choose "Enabled jobs only" 2. Mark recurse in subfolders 3. Mark "Use a regular expression...

Regarding debug logs, I've went through them, but it seems to me that there is nothing relevant there, as there is no lines relating to the yaml itself. I'll also...

Second run was also not fixing the issue, because it was not replacing the config, due to missing `force_update=true`. So it seems that the issue is just there.

Ok, found the issue. That cryptic error about unmarshalling string to a map of string means that the module was unable to resolve the content of `values` parameter to the...

@blue928 I have notifications turned off here, but the solution was to do it like this: ``` values = [ file("${path.module}/ca-values.yml") ] ```

@thomaspeitz or just use yq. you can easily edit parts of yaml with it. F.e. Adding image: `yq w -i ./docker-compose.yml services.nginx.image nginx:latest` or removing ports: `yq d -i ./docker-compose.yml...

Seems that it's kind of fixed upstream here: https://github.com/aws/containers-roadmap/issues/185 They now not only support an API to manage cluster access, but also switch to AWS iam principal id, instead of...

EKS 1.24, kubectl 1.25.4, getting the same error.