diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-05 11:15:30 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-05 11:15:30 +0100 |
commit | 0da378d05327fe6eb30fc00d3d109331fab38866 (patch) | |
tree | a7a36fa8a504f52eacd35e50c74009157cc5b7c0 | |
parent | 9fabb5844affbce371c4b3e6fbad8071a0a7f255 (diff) | |
download | nixcfg-0da378d05327fe6eb30fc00d3d109331fab38866.tar.gz nixcfg-0da378d05327fe6eb30fc00d3d109331fab38866.zip |
staging: remove constraint on im
-rw-r--r-- | cluster/staging/app/im/deploy/im-nix.hcl | 6 |
1 files changed, 0 insertions, 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" |