Add support for cloudsql with postgres
barney-s opened this issue · 1 comments
barney-s commented
Currently we only support cloudsql(mysql) and the support is broken: #48
Add support for CloudSQL (postgres).
Work involved:
- Add a field in cluster to determine cloudsql-postgres or mysql
- Use the flag the determine which DB create container we need to add: https://github.com/GoogleCloudPlatform/airflow-operator/blob/master/pkg/apis/airflow/v1alpha1/airflow.go#L558