diff options
Diffstat (limited to 'cluster/prod/app/garage/deploy/garage.hcl')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 81a22c3..f2a9347 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -1,5 +1,5 @@ job "garage" { - datacenters = ["neptune", "bespin", "scorpio", "corrin"] + datacenters = ["bespin", "scorpio", "corrin"] type = "system" priority = 80 @@ -44,7 +44,7 @@ job "garage" { template { data = file("../config/garage.toml") destination = "secrets/garage.toml" - #change_mode = "noop" + change_mode = "noop" } template { |