mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Fix an issue referencing postgres port from openshift deployment
This commit is contained in:
@@ -33,7 +33,7 @@ spec:
|
|||||||
- name: DATABASE_HOST
|
- name: DATABASE_HOST
|
||||||
value: {{ pg_hostname|default('postgresql') }}
|
value: {{ pg_hostname|default('postgresql') }}
|
||||||
- name: DATABASE_PORT
|
- name: DATABASE_PORT
|
||||||
value: {{ pg_port|default('5432') }}
|
value: ({{ pg_port|default('5432') }})
|
||||||
- name: DATABASE_PASSWORD
|
- name: DATABASE_PASSWORD
|
||||||
value: {{ pg_password }}
|
value: {{ pg_password }}
|
||||||
- name: AWX_ADMIN_USER
|
- name: AWX_ADMIN_USER
|
||||||
|
|||||||
Reference in New Issue
Block a user