AdWerx / charts

helm charts maintained by Adwerx Engineering
MIT License
25 stars 34 forks source link

Unable to use external PostgreSQL database #5

Closed wolmi closed 4 years ago

wolmi commented 4 years ago

On this line of credentials.py the host of the PostgreSQL database is forced to be a service inside Kubernetes.

https://github.com/AdWerx/charts/blob/88117f79fb345bdb79ab1414bf27cf558f177533/awx/files/conf.d/credentials.py#L8

This is a problem if you are trying to use and external managed PostgreSQL instance, for example, one managed by a cloud provider.