aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-05 11:15:30 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-05 11:15:30 +0100
commit0da378d05327fe6eb30fc00d3d109331fab38866 (patch)
treea7a36fa8a504f52eacd35e50c74009157cc5b7c0
parent9fabb5844affbce371c4b3e6fbad8071a0a7f255 (diff)
downloadnixcfg-0da378d05327fe6eb30fc00d3d109331fab38866.tar.gz
nixcfg-0da378d05327fe6eb30fc00d3d109331fab38866.zip
staging: remove constraint on im
-rw-r--r--cluster/staging/app/im/deploy/im-nix.hcl6
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"