Fix minor typo in README.md

This commit is contained in:
Christian M. Adams
2021-02-24 14:09:29 -05:00
parent 5f60f6d004
commit b8d12d93fb

View File

@@ -155,10 +155,10 @@ The following variables are customizable to specify the TLS termination procedur
#### External PostgreSQL Service
In order for the AWX instance to rely on an external database, the Custom Resource needs to know about the connection details. Those connection details should be stored as a secret and either specified a `tower_postgres_configuration_secret` at the CR spec level, or simply be present on the namespace under the name `<resourcename>-postgres-configuration`.
In order for the AWX instance to rely on an external database, the Custom Resource needs to know about the connection details. Those connection details should be stored as a secret and either specified as `tower_postgres_configuration_secret` at the CR spec level, or simply be present on the namespace under the name `<resourcename>-postgres-configuration`.
The secret that is expected to be passed should be formatted as follow:
The secret should be formatted as follows:
```yaml
---