Merge pull request #7170 from fredrikhgrelland/consul_template_upgrade

Update consul-template to v0.24.1 and remove deprecated vault grace
This commit is contained in:
Michael Schurter
2020-03-10 14:15:47 -07:00
committed by GitHub
31 changed files with 438 additions and 192 deletions

View File

@@ -1706,7 +1706,6 @@ func TestJobs_ApiJobToStructsJob(t *testing.T) {
LeftDelim: helper.StringToPtr("abc"),
RightDelim: helper.StringToPtr("def"),
Envvars: helper.BoolToPtr(true),
VaultGrace: helper.TimeToPtr(3 * time.Second),
},
},
DispatchPayload: &api.DispatchPayloadConfig{
@@ -2054,7 +2053,6 @@ func TestJobs_ApiJobToStructsJob(t *testing.T) {
LeftDelim: "abc",
RightDelim: "def",
Envvars: true,
VaultGrace: 3 * time.Second,
},
},
DispatchPayload: &structs.DispatchPayloadConfig{