Skip to content

Commit

Permalink
Remove director_URL env from director deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmaia committed Jan 12, 2021
1 parent 4035c27 commit d736fbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charts/sorry-cypress/templates/deployment-director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d736fbf

Please sign in to comment.