docs: remove unneeded brackets from job specification template docs (#17219)

This commit is contained in:
Roman Zipp
2023-05-17 22:45:00 +02:00
committed by GitHub
parent 830b9bc6c4
commit 22f5217b85

View File

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