Removed brackets, since I don't want to have an array
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user