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

0.20.0 is failing to render templates before running exec #1209

Closed
eedwards-sk opened this issue Apr 24, 2019 · 3 comments
Closed

0.20.0 is failing to render templates before running exec #1209

eedwards-sk opened this issue Apr 24, 2019 · 3 comments
Labels

Comments

@eedwards-sk
Copy link

Overview

from 0.19.5 to 0.20.0, exec with daemon no longer works correctly

the sub process is launched before a template is rendered

Consul Template version

0.20.0

Expected behavior

What should have happened?

Template rendered before running the command

Actual behavior

What actually happened?

Command is ran before the template is rendered, template never gets rendered

@eedwards-sk
Copy link
Author

related:

#1196
#1207

@eikenb eikenb added the bug label Jun 18, 2019
@eikenb
Copy link
Contributor

eikenb commented Jun 25, 2019

Hey @eedwards-sk, thanks for reporting the issue and taking the time to link in the other related issues.

When you had this issue did you have a wait set like #1196 and #1207 did? I can reproduce the issue with wait set, but not without.

Thanks.

@eikenb
Copy link
Contributor

eikenb commented Jul 26, 2019

I figured out this was probably not the once/wait issue as exec/wait have a separate issue. I'm going to leave it closed though as a duplicate of #1229

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

No branches or pull requests

2 participants