Hello Team, We are deploying Airbyte on multiple n...
# kubernetes
n
Hello Team, We are deploying Airbyte on multiple namespaces and use one cloud SQL instance as an external database for the metadata. I have created a separate database for each instance. Since Airbyte creates a temporal database automatically, I am getting errors. Is there a way to change the temporal database name to something else through helm charts or kustomize? Thanks for your help.
n
Thanks for the reply. Is there a way to update it through helm or kustomize? I didn’t find anything related to temporal DB in values.yaml file
u
Hmm, have you tried just adding
DBNAME=something
to your
kube/overlays/stable-with-resource-limits/.env
file (or
kube/overlays/stable/.env
, which one do you use)?
n
Currently, I deployed using helm. Let me try to add in the .env file and deploy it using kustomize.