All checks were successful
Build / build (pull_request) Successful in 39s
- manage nomad jobs - create makefile - create gitignore - manage terragrunt environments - add build/deploy jobs
25 lines
248 B
HCL
25 lines
248 B
HCL
namespace "default" {
|
|
policy = "read"
|
|
capabilities = ["list-jobs", "read-job"]
|
|
}
|
|
|
|
agent {
|
|
policy = "read"
|
|
}
|
|
|
|
operator {
|
|
policy = "read"
|
|
}
|
|
|
|
quota {
|
|
policy = "read"
|
|
}
|
|
|
|
node {
|
|
policy = "read"
|
|
}
|
|
|
|
host_volume "*" {
|
|
policy = "read"
|
|
}
|