syndesisio / syndesis-openshift-templates

OpenShift Templates for Syndesis
7 stars 18 forks source link

Adding templates for the todo-app #112

Closed chirino closed 7 years ago

chirino commented 7 years ago

@KurtStam hey. Any idea why the db auth is not right?

KurtStam commented 7 years ago

@chirino looks ok to me looking at the template. You can use psql from within the todo pod to debug it iff needed. Can you try: psql -U sampledb -d sampledb -h synthesis-db

KurtStam commented 7 years ago

I fixed setting the password in the second commit of https://github.com/syndesisio/syndesis-openshift-templates/pull/113. With that all works great.

KurtStam commented 7 years ago

LGTM