mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
docs: remove unneeded brackets from job specification template docs (#17219)
This commit is contained in:
@@ -430,7 +430,6 @@ template {
|
||||
{{ range nomadVarList }}
|
||||
{{ . }}
|
||||
{{ end }}
|
||||
}
|
||||
EOH
|
||||
}
|
||||
|
||||
@@ -439,7 +438,6 @@ template {
|
||||
{{ range nomadVarList }}
|
||||
{{ .Path }}
|
||||
{{ end }}
|
||||
}
|
||||
EOH
|
||||
}
|
||||
```
|
||||
@@ -453,7 +451,6 @@ template {
|
||||
{{ range nomadVarList "path/to/filter" }}
|
||||
{{ . }}
|
||||
{{ end }}
|
||||
}
|
||||
EOH
|
||||
}
|
||||
```
|
||||
@@ -468,7 +465,6 @@ template {
|
||||
{{ range nomadVarList "path/to/filter@example_namespace" }}
|
||||
{{ . }}
|
||||
{{ end }}
|
||||
}
|
||||
EOH
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user