GoogleCloudPlatform / airflow-operator

Kubernetes custom controller and CRDs to managing Airflow
Apache License 2.0
299 stars 68 forks source link

Work with puckel/docker-airflow docker image #11

Open barney-s opened 6 years ago

barney-s commented 6 years ago

Currently the env variables injected are specific to this docker image https://github.com/barney-s/docker-airflow

Align it with https://github.com/puckel/docker-airflow and make necessary changes in the operator to make it work with both.

related to https://github.com/GoogleCloudPlatform/airflow-operator/issues/10

barney-s commented 5 years ago

Puckel image does not support MySQL yet. Once it is in we can refactor refactor and support it. https://github.com/puckel/docker-airflow/pull/206

fishpen0 commented 4 years ago

Could the alternative be to support other databases like postgres in the operator?