From 0da378d05327fe6eb30fc00d3d109331fab38866 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 5 Jan 2023 11:15:30 +0100 Subject: [PATCH] staging: remove constraint on im --- cluster/staging/app/im/deploy/im-nix.hcl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cluster/staging/app/im/deploy/im-nix.hcl b/cluster/staging/app/im/deploy/im-nix.hcl index b8e59b0..63e6d3b 100644 --- a/cluster/staging/app/im/deploy/im-nix.hcl +++ b/cluster/staging/app/im/deploy/im-nix.hcl @@ -20,12 +20,6 @@ job "im" { delay = "30s" } - constraint { - attribute = "${attr.unique.hostname}" - operator = "!=" - value = "caribou" - } - task "restore-db" { lifecycle { hook = "prestart"