Closed wolmi closed 4 years ago
On this line of credentials.py the host of the PostgreSQL database is forced to be a service inside Kubernetes.
credentials.py
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.
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.