diff --git a/README.md b/README.md index 0633b58..dd12120 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file