mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Update validate.html.md.erb
This commit is contained in:
@@ -33,7 +33,7 @@ Any environment variables in the name are ignored, because some environment vari
|
||||
be resolved at run time. Invalid characters outside of environment variable names will not pass
|
||||
validation.
|
||||
For example, if the service name is set to `my_service${NOMAD_NODE_NAME}` it will fail
|
||||
validation. However, if a service name is set to `myservice{NOMAD_NODE_NAME}` and the node name
|
||||
validation. However, if a service name is set to `myservice${NOMAD_NODE_NAME}` and the node name
|
||||
contains an invalid character, it will only be caught at run time and nomad validate will succeed.
|
||||
|
||||
## Examples
|
||||
|
||||
Reference in New Issue
Block a user