diff options
-rw-r--r-- | cluster/prod/app/postgres/deploy/postgres.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/postgres/deploy/postgres.hcl b/cluster/prod/app/postgres/deploy/postgres.hcl index e0c0a9e..948387e 100644 --- a/cluster/prod/app/postgres/deploy/postgres.hcl +++ b/cluster/prod/app/postgres/deploy/postgres.hcl @@ -20,7 +20,7 @@ job "postgres14" { attribute = "${attr.unique.hostname}" operator = "set_contains_any" # target: courgette,df-ymf,abricot (or ananas) - value = "diplotaxis,courgette,concombre,df-ymf,abricot" + value = "diplotaxis,courgette,df-ymf,abricot" } restart { |