Fixed comment
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
||||
{{- end}}
|
||||
REGISTER_LOCKED: false # Lock Runner for current project
|
||||
DOCKER_IMAGE: docker:latest # Docker image to be used
|
||||
DOCKER_VOLUMES: "/var/run/docker.sock:/var/run/docker.sock" # TLS Enabled
|
||||
DOCKER_VOLUMES: "/var/run/docker.sock:/var/run/docker.sock" # Docker Socket binding
|
||||
external_links:
|
||||
{{- if .Values.GITLAB_LINK}}
|
||||
- ${GITLAB_LINK}:gitlab
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
{{- end}}
|
||||
REGISTER_LOCKED: false # Lock Runner for current project
|
||||
DOCKER_IMAGE: docker:latest # Docker image to be used
|
||||
DOCKER_VOLUMES: "/var/run/docker.sock:/var/run/docker.sock" # TLS Enabled
|
||||
DOCKER_VOLUMES: "/var/run/docker.sock:/var/run/docker.sock" # Docker Socket binding
|
||||
{{- if .Values.GITLAB_LINK}}
|
||||
external_links:
|
||||
- ${GITLAB_LINK}:gitlab
|
||||
|
||||
Reference in New Issue
Block a user