it's a limitation of the official postgres helm chart

Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>
This commit is contained in:
Fabrice Flore-Thebault 2019-01-14 17:17:40 +01:00
parent d938c96a76
commit b6c30e8ef5

View File

@ -64,7 +64,8 @@ docker_compose_dir=/var/lib/awx
# a new postgres service will be created
# pg_hostname=postgresql
pg_username=awx
# password should be random 10 character alphanumeric string, when postgresql is running on kubernetes
# pg_password should be random 10 character alphanumeric string, when postgresql is running on kubernetes
# NB: it's a limitation of the "official" postgres helm chart
pg_password=awxpass
pg_database=awx
pg_port=5432