File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 476
476
}
477
477
] ;
478
478
} ;
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".
486
479
}
487
480
//
488
481
# If it needs host volumes add the constraints (can't be "null" or "[]".)
Original file line number Diff line number Diff line change @@ -3855,7 +3855,7 @@ client {
3855
3855
3856
3856
# Specifies an arbitrary string used to logically group client nodes by
3857
3857
# 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 .
3859
3859
3860
3860
# "artifact" parameters (fail fast!!!)
3861
3861
######################################
You can’t perform that action at this time.
0 commit comments