Matt Drago
05/23/2022, 11:15 AMAnna Geller
Tyler Wanner
05/23/2022, 2:35 PMAnna Geller
containers
section and your desired behavior is to add a second container to the pod, so that there is a main container + secondary container (sidecar). So we’d need to modify the template to accept a value that allows the configuration of additional arbitrary containers - this could be a feature request for OSS contributors
• As a workaround, you can modify the Helm chart - fork it and add the sidecar container manually to the deployments to include the sidecar container with the connection name - https://github.com/PrefectHQ/server/blob/a49dac5674d6e63bde399171c20215619d22160c/helm/prefect-server/templates/hasura/deployment.yaml#L42Matt Drago
05/23/2022, 10:34 PMinit
section was connecting to the database, so I'd have to work out if the sidecar would work for that as well.Tyler Wanner
05/23/2022, 10:41 PMMatt Drago
05/23/2022, 10:43 PMAnna Geller
Matt Drago
05/24/2022, 10:07 PMAnna Geller
Matt Drago
05/30/2022, 9:48 AM