mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Make sure we define postgres port customization during install
This commit is contained in:
@@ -32,6 +32,8 @@ spec:
|
||||
value: {{ pg_database }}
|
||||
- name: DATABASE_HOST
|
||||
value: {{ pg_hostname|default('postgresql') }}
|
||||
- name: DATABASE_PORT
|
||||
value: {{ pg_port|default('5432') }}
|
||||
- name: DATABASE_PASSWORD
|
||||
value: {{ pg_password }}
|
||||
- name: AWX_ADMIN_USER
|
||||
|
||||
Reference in New Issue
Block a user