Skip to content

Commit 0bb0376

Browse files
fmastemgmeier
authored andcommitted
wb | fix Nomad local runs namespace error
1 parent 6f5eab3 commit 0bb0376

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

nix/workbench/backend/nomad-job.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -476,13 +476,6 @@ let
476476
}
477477
];
478478
};
479-
480-
# The Consul namespace in which group and task-level services within the
481-
# group will be registered. Use of template to access Consul KV will read
482-
# from the specified Consul namespace. Specifying namespace takes
483-
# precedence over the -consul-namespace command line argument in job run.
484-
# namespace = "";
485-
# Not available as the documentations says: Extraneous JSON object property; No argument or block type is named "namespace".
486479
}
487480
//
488481
# If it needs host volumes add the constraints (can't be "null" or "[]".)

nix/workbench/backend/nomad.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3855,7 +3855,7 @@ client {
38553855
38563856
# Specifies an arbitrary string used to logically group client nodes by
38573857
# user-defined class. This can be used during job placement as a filter.
3858-
node_class = "perf" # Using the "world.dev.cardano.org" testing class for "perf".
3858+
node_class = "" # Make sure we are not using namespaces locally.
38593859
38603860
# "artifact" parameters (fail fast!!!)
38613861
######################################

0 commit comments

Comments
 (0)