mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: fix workload identity concepts page JSON format. (#24255)
This commit is contained in:
@@ -50,7 +50,7 @@ in the Nomad job specification.
|
||||
"nomad_namespace": "default",
|
||||
"nomad_job_id": "example",
|
||||
"nomad_allocation_id": "8623ac7a-28ba-20c3-24a6-e615a39bbbf3",
|
||||
"nomad_service": "example-cache-redis"
|
||||
"nomad_service": "example-cache-redis",
|
||||
"vault_role": "nomad-jwt-login"
|
||||
}
|
||||
```
|
||||
@@ -79,8 +79,8 @@ Similarly, tasks with a [`vault.namespace`][jobspec_vault_ns] value have the add
|
||||
"nomad_namespace": "default",
|
||||
"nomad_job_id": "example",
|
||||
"nomad_allocation_id": "8623ac7a-28ba-20c3-24a6-e615a39bbbf3",
|
||||
"nomad_service": "example-cache-redis"
|
||||
"vault_namespace": "prod",
|
||||
"nomad_service": "example-cache-redis",
|
||||
"vault_namespace": "prod"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user