Skip to content

Commit

Permalink
Added documentation on other ways to set env variables for nomad
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarriosjr committed Feb 22, 2023
1 parent 89a53d4 commit 9f2cb34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ This repo will take a Nomad job, replace variables and deploy the job file.
| NOMAD_ADDR | The remote Nomad url. | `http://127.0.0.1` | `https://example.com` |
| NOMAD_PORT | The remote Nomad port. | `4646` | `4646` |
| VARIABLES | Variables needed to template the file. Format variable=value. Space separated| | |

Variables can also be set using the default nomad process by setting them with `NOMAD_VAR_name = value`

0 comments on commit 9f2cb34

Please sign in to comment.