Skip to content

Commit

Permalink
Fix an issue referencing postgres port from openshift deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
matburt committed Dec 12, 2017
1 parent 8d348f9 commit 282290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/openshift/templates/deployment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 282290e

Please sign in to comment.