Skip to content

Commit 944e6a4

Browse files
committed
Extend Nomad token lifetime
Test runs sometimes fail because the token expires
1 parent d9abb29 commit 944e6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkosi.images/terraform/share/terraform/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ variable "nomad-vault-max-lease-ttl" {
160160
variable "nomad-vault-max-ttl" {
161161
description = "The max TTL (in seconds) for the Vault Nomad backend"
162162
type = string
163-
default = "240"
163+
default = "600"
164164
}
165165

166166
variable "nomad-vault-ttl" {
167167
description = "The TTL (in seconds) for the Vault Nomad backend"
168168
type = string
169-
default = "120"
169+
default = "240"
170170
}

0 commit comments

Comments
 (0)