Ryan Schwartz
07/16/2024, 7:40 PMkapa.ai
07/16/2024, 7:40 PMyaml apiVersion: v1 kind: Secret metadata: name: db-secrets type: Opaque stringData: DATABASE_PASSWORD: <PASSWORD>
You can then run kubectl apply -f db-secrets.yaml -n <NAMESPACE>
to create the secret in the namespace you're using Airbyte. Sources: - [Deploy Airbyte on Kubernetes using Helm](https://docs.airbyte.io/deploying-airbyte/on-kubernetes-via-helm#external-airbyte-database) - [Deploy multiple instances of Airbyte](https://docs.airbyte.io/deploying-airbyte/on-restack#deploy-multiple-instances-of-airbyte) - [Discussion on running multiple Airbyte instances](https://github.com/airbytehq/airbyte/discussions/28588)