From e63cee00bc91642fcae054f4fdcc910bc199c1c9 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 8 Feb 2022 08:19:23 -0500 Subject: [PATCH] Fix jinja variable mangled by hcl format --- templates/nomad_jobs/reverse-proxy.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nomad_jobs/reverse-proxy.hcl b/templates/nomad_jobs/reverse-proxy.hcl index db278ad..e5c5a91 100644 --- a/templates/nomad_jobs/reverse-proxy.hcl +++ b/templates/nomad_jobs/reverse-proxy.hcl @@ -27,7 +27,7 @@ job "reverse-proxy" { network { port "authelia-port" { - static = { { authelia_port } } + static = {{ authelia_port }} to = 9091 } port "whoami" {