fix(db): adding new env variable

This commit is contained in:
2023-04-24 14:03:08 +02:00
parent fb97a91e13
commit eb5ff5a4c2
3 changed files with 22 additions and 15 deletions

View File

@ -24,7 +24,7 @@ secretgenerator:
- name: airflow-postgres-connection
type: Secret
literals:
- connection=postgresql://airflow:NotSoSecret@${AIRFLOW_POSTGRES_RW_SERVICE_HOST}:5432/airflow
- connection=postgresql://airflow:NotSoSecret@${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/airflow
vars:
- name: AIRFLOW_DATABASE_SERVICE_NAME