Open ErnestaP opened 3 months ago
We have decided to move all env vars to Airflow variables.
Airflow variables are stored in the Airflow metadata database, which means we would need to:
[ ] Remove secrets from Kubernetes YAML files.
[ ] Move all variables to a JSON file and mount it in Kubernetes.
[ ] Deploy and test in QA
Useful info:
Variables list can be found here
Backoffice example: here
Airflow docs
We have decided to move all env vars to Airflow variables.
Airflow variables are stored in the Airflow metadata database, which means we would need to:
[ ] Remove secrets from Kubernetes YAML files.
[ ] Move all variables to a JSON file and mount it in Kubernetes.
[ ] Deploy and test in QA
[ ] Deploy and test in Prod
Useful info:
Variables list can be found here
Backoffice example: here
Airflow docs