docs: fix escaping in job run env vars (#8944)
This commit is contained in:
parent
81fa2a01fc
commit
3fb377b513
|
@ -75,13 +75,13 @@ precedence, going from highest to lowest: the `-vault-token` flag, the
|
|||
|
||||
- `-consul-token`: If set, the passed Consul token is stored in the job before
|
||||
sending to the Nomad servers. This allows passing the Consul token without
|
||||
storing it in the job file. This overrides the token found in the \$CONSUL_HTTP_TOKEN
|
||||
environment variable and that found in the job.
|
||||
storing it in the job file. This overrides the token found in the
|
||||
`$CONSUL_HTTP_TOKEN` environment variable and that found in the job.
|
||||
|
||||
- `-vault-token`: If set, the passed Vault token is stored in the job before
|
||||
sending to the Nomad servers. This allows passing the Vault token without
|
||||
storing it in the job file. This overrides the token found in the \$VAULT_TOKEN
|
||||
environment variable and that found in the job.
|
||||
storing it in the job file. This overrides the token found in the
|
||||
`$VAULT_TOKEN` environment variable and that found in the job.
|
||||
|
||||
- `-verbose`: Show full information.
|
||||
|
||||
|
|
Loading…
Reference in a new issue