diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 09:03:39 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 09:03:39 +0100 |
commit | fd6e6aa1413602fc11bf79f7cf08120d996b8b3a (patch) | |
tree | 5e3b2e7f6ad788ef8a0f785056400442bb4d1cc7 /nomad | |
parent | 08101b82621457195c9a080237913d2c5a30208e (diff) | |
parent | a95017cf1e1761fef1ec029105d1c25f954741d4 (diff) | |
download | infrastructure-fd6e6aa1413602fc11bf79f7cf08120d996b8b3a.tar.gz infrastructure-fd6e6aa1413602fc11bf79f7cf08120d996b8b3a.zip |
Merge branch 'feature/jitsi'
Diffstat (limited to 'nomad')
-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 - } } } } |