Skip to content

Commit

Permalink
docs: fix escaping in job run env vars (#8944)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Sep 22, 2020
1 parent f40e6ee commit 9582787
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/pages/docs/commands/job/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9582787

Please sign in to comment.