Found correct builds-dir tag, added back privileged declarations

This commit is contained in:
William Miceli
2019-05-04 09:45:26 -04:00
parent 21376b3a32
commit b73eb1b021

View File

@@ -14,6 +14,9 @@ services:
- "docker"
- --docker-image
- docker:latest
- --builds-dir
- "/test_dir/"
- --docker-privileged
{{- if .Values.GITLAB_RUNNER_DESCRIPTION}}
- --description
- ${GITLAB_RUNNER_DESCRIPTION}
@@ -52,6 +55,7 @@ services:
{{- end}}
io.rancher.sidekicks: gitlab-runner-config
traefik.enable: false
privileged: true
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock