Render secrets more often
All checks were successful
/ rust-packages (push) Successful in 36s
/ dev-shell (push) Successful in 28s
/ terraform-providers (push) Successful in 59s
/ check (push) Successful in 2m3s
/ systems (push) Successful in 3m47s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-18 13:56:21 +02:00
parent 1f7139f793
commit eff84d05da
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -71,7 +71,7 @@ let
template_config = { template_config = {
exit_on_retry_failure = true; exit_on_retry_failure = true;
static_secret_render_interval = "60m"; static_secret_render_interval = "10m";
max_connections_per_host = 10; max_connections_per_host = 10;
leases_renewal_threshold = 0.5; leases_renewal_threshold = 0.5;
}; };