Setting resource requests/limits in Kubernetes Helm chart and airbyte-workload-launcher subchart

(so I guess that’s the docs I was really looking for when it comes to individual source actors/connections, it just doesn’t cover how to set them through values.yaml for Helm)

Yeah we looked through those actually. My colleague was modifying the connection configuration directly in the database. Unfortunately, that has not worked yet.

But I’ll take another look. Probably a missing semicolon

Yep, also worth noting how those two are different . . . the actor config is nested (so you can set different requirements for a sync vs. say reset or discovery/schema check or a test).

But the connection config is at the top level and applies to the whole connection. so could be an issue if those are mixed or look the same