Fix an issue referencing postgres port from openshift deployment

This commit is contained in:
Matthew Jones 2017-12-12 10:51:24 -05:00
parent 8d348f916b
commit 282290e151
No known key found for this signature in database
GPG Key ID: 76A4C17A97590C1C

View File

@ -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