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
|
||||
type: Secret
|
||||
literals:
|
||||
- connection=postgresql://airflow:NotSoSecret@$(AIRFLOW_DATABASE_SERVICE_NAME):5432/airflow
|
||||
- connection=postgresql://airflow:NotSoSecret@${AIRFLOW_POSTGRES_RW_SERVICE_HOST}:5432/airflow
|
||||
|
||||
vars:
|
||||
- name: AIRFLOW_DATABASE_SERVICE_NAME
|
||||
|
|
Loading…
Reference in New Issue