mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
pg_password should be random 10 character alphanumeric string, when postgresql is running on kubernetes
Signed-off-by: Fabrice Flore-Thebault <themr0c@users.noreply.github.com>
This commit is contained in:
@@ -64,6 +64,7 @@ docker_compose_dir=/var/lib/awx
|
|||||||
# a new postgres service will be created
|
# a new postgres service will be created
|
||||||
# pg_hostname=postgresql
|
# pg_hostname=postgresql
|
||||||
pg_username=awx
|
pg_username=awx
|
||||||
|
# password should be random 10 character alphanumeric string, when postgresql is running on kubernetes
|
||||||
pg_password=awxpass
|
pg_password=awxpass
|
||||||
pg_database=awx
|
pg_database=awx
|
||||||
pg_port=5432
|
pg_port=5432
|
||||||
|
|||||||
Reference in New Issue
Block a user