Removed brackets, since I don't want to have an array

This commit is contained in:
William Miceli
2019-05-04 14:53:47 -04:00
parent 6d29aa85c0
commit 8c551fb483

View File

@@ -26,7 +26,7 @@ services:
- --docker-privileged - --docker-privileged
{{- if .Values.GITLAB_IP}} {{- if .Values.GITLAB_IP}}
- --docker-extra-hosts - --docker-extra-hosts
- ["gitlab:${GITLAB_IP}"] - "gitlab:${GITLAB_IP}"
{{- end}} {{- end}}
{{- if .Values.GITLAB_LINK}} {{- if .Values.GITLAB_LINK}}
external_links: external_links: