From 0391fd95add065ef58ad3f29d6a8462a5a4bfbaf Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 6 Nov 2023 14:41:54 -0800 Subject: [PATCH] Allow fixers to actually fix things --- services/nomad-fixers.nomad | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/nomad-fixers.nomad b/services/nomad-fixers.nomad index b90ee5a..deafc6a 100644 --- a/services/nomad-fixers.nomad +++ b/services/nomad-fixers.nomad @@ -15,6 +15,7 @@ job "fixers" { config { image = "iamthefij/nomad-service-fixers:0.1.0" command = "/scripts/nomad_orphan_services.py" + args = ["--delete"] } env = { @@ -32,6 +33,7 @@ job "fixers" { config { image = "iamthefij/nomad-service-fixers:0.1.0" command = "/scripts/nomad_missing_services.py" + args = ["--restart"] } env = {