Found correct builds-dir tag, added back privileged declarations
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user