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