mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
Fix an issue referencing postgres port from openshift deployment
This commit is contained in:
parent
8d348f916b
commit
282290e151
@ -33,7 +33,7 @@ spec:
|
||||
- name: DATABASE_HOST
|
||||
value: {{ pg_hostname|default('postgresql') }}
|
||||
- name: DATABASE_PORT
|
||||
value: {{ pg_port|default('5432') }}
|
||||
value: ({{ pg_port|default('5432') }})
|
||||
- name: DATABASE_PASSWORD
|
||||
value: {{ pg_password }}
|
||||
- name: AWX_ADMIN_USER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user