From 0c7f88d1ffc8d44be509c0376a55c160c2a34622 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 22 Nov 2022 09:59:40 -0800 Subject: [PATCH] Remove dupe env in lldap --- core/lldap.nomad | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/lldap.nomad b/core/lldap.nomad index 7bb805d..fe98dfe 100644 --- a/core/lldap.nomad +++ b/core/lldap.nomad @@ -109,11 +109,6 @@ job "lldap" { ] } - env = { - "LLDAP_LDAP_PORT" = "${NOMAD_PORT_ldap}" - "LLDAP_HTTP_PORT" = "${NOMAD_PORT_web}" - } - template { data = <