open-nomad/jobspec/test-fixtures/consul-namespace.hcl
2023-04-10 15:36:59 +00:00

11 lines
160 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "consul-namespace" {
group "group" {
consul {
namespace = "foo"
}
}
}