Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zookeeper key mismatch #1

Open
grantcurell opened this issue Jan 27, 2018 · 3 comments
Open

Zookeeper key mismatch #1

grantcurell opened this issue Jan 27, 2018 · 3 comments

Comments

@grantcurell
Copy link

If I understand the template docs correctly:

In zoo_myid.toml:

keys = [
 "/zookeeper",
]

Should be:

keys = [
 "/zookeeper/myid",
]

in order to match the template file zoo_myid.tmpl:

{{ getv "/zookeeper/myid" }}
@dcode
Copy link
Member

dcode commented Jan 27, 2018

Yeah, I don't fully understand the docs. Because this works.
I interpreted the keys as a list of key prefixes. I'll look take another look at the docs.

@grantcurell
Copy link
Author

@grantcurell
Copy link
Author

I have posted a question here: kelseyhightower/confd#659

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants