Skip to content

Commit

Permalink
wb | fix Nomad local runs namespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste authored and mgmeier committed May 8, 2024
1 parent 6f5eab3 commit 0bb0376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions nix/workbench/backend/nomad-job.nix
Original file line number Diff line number Diff line change
Expand Up @@ -476,13 +476,6 @@ let
}
];
};

# The Consul namespace in which group and task-level services within the
# group will be registered. Use of template to access Consul KV will read
# from the specified Consul namespace. Specifying namespace takes
# precedence over the -consul-namespace command line argument in job run.
# namespace = "";
# Not available as the documentations says: Extraneous JSON object property; No argument or block type is named "namespace".
}
//
# If it needs host volumes add the constraints (can't be "null" or "[]".)
Expand Down
2 changes: 1 addition & 1 deletion nix/workbench/backend/nomad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3855,7 +3855,7 @@ client {
# Specifies an arbitrary string used to logically group client nodes by
# user-defined class. This can be used during job placement as a filter.
node_class = "perf" # Using the "world.dev.cardano.org" testing class for "perf".
node_class = "" # Make sure we are not using namespaces locally.
# "artifact" parameters (fail fast!!!)
######################################
Expand Down

0 comments on commit 0bb0376

Please sign in to comment.