Removed environment section

This commit is contained in:
WilliamMiceli
2019-03-12 12:32:39 -04:00
parent d118ef6bf2
commit dc50d5c764

View File

@@ -27,7 +27,6 @@ services:
dns:
- 1.1.1.1
- 1.0.0.1
environment:
{{- if .Values.GITLAB_LINK}}
external_links:
- ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}}