fix(database): using env variable instead of simple variable
This commit is contained in:
parent
79ebc425c5
commit
fb97a91e13
|
@ -24,7 +24,7 @@ secretgenerator:
|
||||||
- name: airflow-postgres-connection
|
- name: airflow-postgres-connection
|
||||||
type: Secret
|
type: Secret
|
||||||
literals:
|
literals:
|
||||||
- connection=postgresql://airflow:NotSoSecret@$(AIRFLOW_DATABASE_SERVICE_NAME):5432/airflow
|
- connection=postgresql://airflow:NotSoSecret@${AIRFLOW_POSTGRES_RW_SERVICE_HOST}:5432/airflow
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
- name: AIRFLOW_DATABASE_SERVICE_NAME
|
- name: AIRFLOW_DATABASE_SERVICE_NAME
|
||||||
|
|
Loading…
Reference in New Issue