diff options
Diffstat (limited to 'nomad/traefik.hcl')
-rw-r--r-- | nomad/traefik.hcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nomad/traefik.hcl b/nomad/traefik.hcl index 8b9788e..3796c2d 100644 --- a/nomad/traefik.hcl +++ b/nomad/traefik.hcl @@ -60,11 +60,6 @@ job "frontend" { data = "{{ key \"configuration/traefik/traefik.toml\" }}" destination = "secrets/traefik.toml" } - template { - data = "{{ key \"configuration/traefik/cloudflare.env\" }}" - destination = "secrets/cloudflare.env" - env = true - } } } } |