From d736fbf92993fc5bdae13d2cd5c99b09ba946984 Mon Sep 17 00:00:00 2001 From: Fernando Maia Date: Tue, 12 Jan 2021 11:39:16 -0300 Subject: [PATCH] Remove director_URL env from director deployment --- charts/sorry-cypress/templates/deployment-director.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/charts/sorry-cypress/templates/deployment-director.yml b/charts/sorry-cypress/templates/deployment-director.yml index 9f39496..7aa21b4 100644 --- a/charts/sorry-cypress/templates/deployment-director.yml +++ b/charts/sorry-cypress/templates/deployment-director.yml @@ -15,10 +15,6 @@ spec: spec: containers: - env: - {{- range .Values.director.ingress.hosts }} - - name: director_URL - value: http://{{ .host }} - {{- end }} {{- range .Values.dashboard.ingress.hosts }} - name: DASHBOARD_URL value: http://{{ .host }}