Update validate.html.md.erb

This commit is contained in:
Preetha
2017-11-16 07:56:26 -06:00
committed by GitHub
parent 38798c8c54
commit 800c6e346d

View File

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