Josh Bielick
Josh Bielick
Storing the credentials in a kubernetes Secret and then exposing that secret to the Pod is probably the ideal approach here. Putting the secrets in the pod spec also leaves...
Are you able to submit a minimal reproduction of this issue? Just a values file and helm install command would probably do. At present, I cannot locate the source of...
Sorry, I think `JobFunction` should have been an interface from the start. Would this suffice for typing job functions (and using a custom MiddlewareContext type)? ```typescript import faktory, { MiddlewareContext...