Do not restart garage automatically if config is updated

This commit is contained in:
Maximilien Richer 2025-02-17 20:02:59 +01:00
parent b7ce8a2cda
commit d8131af3e2
Signed by untrusted user: maximilien
GPG key ID: 04FD5063D6D43365

View file

@ -1,5 +1,5 @@
job "garage" { job "garage" {
datacenters = ["neptune", "bespin", "scorpio", "corrin"] datacenters = ["bespin", "scorpio", "corrin"]
type = "system" type = "system"
priority = 80 priority = 80
@ -44,7 +44,7 @@ job "garage" {
template { template {
data = file("../config/garage.toml") data = file("../config/garage.toml")
destination = "secrets/garage.toml" destination = "secrets/garage.toml"
#change_mode = "noop" change_mode = "noop"
} }
template { template {