docs: removed extra 'end' in one of the code blocks in template stanza documentation (#15963)
This commit is contained in:
parent
80848b202e
commit
8be2c3a5f1
|
@ -388,7 +388,7 @@ template {
|
|||
# Configuration for 1 redis instances, as assigned via rendezvous hashing.
|
||||
{{$allocID := env "NOMAD_ALLOC_ID" -}}
|
||||
{{range nomadService 1 $allocID "redis"}}
|
||||
server {{ .Address }}:{{ .Port }};{{- end }}
|
||||
server {{ .Address }}:{{ .Port }};
|
||||
{{- end}}
|
||||
EOH
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue