From b8d12d93fbdf83e46b5c82c55133fb4f002ddde6 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Wed, 24 Feb 2021 14:09:29 -0500 Subject: [PATCH] Fix minor typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a32510ec..d4e88c9c 100644 --- a/README.md +++ b/README.md @@ -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 `-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 `-postgres-configuration`. -The secret that is expected to be passed should be formatted as follow: +The secret should be formatted as follows: ```yaml ---