diff --git a/installer/openshift/templates/deployment.yml.j2 b/installer/openshift/templates/deployment.yml.j2 index 2f247d8f56..6414cc5e3d 100644 --- a/installer/openshift/templates/deployment.yml.j2 +++ b/installer/openshift/templates/deployment.yml.j2 @@ -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: MEMCACHED_HOST