docs: fix escaping in job run env vars (#8944)

This commit is contained in:
Tim Gross 2020-09-22 14:32:29 -04:00 committed by GitHub
parent 81fa2a01fc
commit 3fb377b513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.