docs: removed extra 'end' in one of the code blocks in template stanza documentation (#15963)

This commit is contained in:
Glen Yu 2023-01-31 13:55:10 -05:00 committed by GitHub
parent 80848b202e
commit 8be2c3a5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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