Closed CorentinB closed 2 years ago
Ah! I think it was just some missing spaces for the YAML indentation in the template JSON object on the README :)
consul:
host: localhost
register_service: true
should be:
consul:
host: localhost
register_service: true
Here is a PR to fix it: https://github.com/ccakes/nomad-pgsql-patroni/pull/4
Good catch! Thanks for the heads up and the PR :star_struck:
Hi! When trying to use your work on a Nomad cluster using Consul, I'm hit with this issue popping in stderr:
I simply copy pasted the job configuration in your README in my
Run Job
tab on the Nomad web UI, and modified consul's host value to match my consul host.Thanks!