Revert "Testing more condensed style"
This reverts commit 2ece97ced3.
# Conflicts:
# templates/GitLab-Runner/0/docker-compose.yml
This commit is contained in:
@@ -6,15 +6,21 @@ services:
|
|||||||
command:
|
command:
|
||||||
- register
|
- register
|
||||||
- --non-interactive
|
- --non-interactive
|
||||||
- '--url ${GITLAB_URL}'
|
- --url
|
||||||
- '--registration-token ${GITLAB_TOKEN}'
|
- ${GITLAB_URL}
|
||||||
- '--executor "docker"'
|
- --registration-token
|
||||||
- '--docker-image alpine:latest'
|
- ${GITLAB_TOKEN}
|
||||||
|
- --executor
|
||||||
|
- "docker"
|
||||||
|
- --docker-image
|
||||||
|
- alpine:latest
|
||||||
{{- if .Values.GITLAB_RUNNER_DESCRIPTION}}
|
{{- if .Values.GITLAB_RUNNER_DESCRIPTION}}
|
||||||
- '--description ${GITLAB_RUNNER_DESCRIPTION}'
|
- --description
|
||||||
|
- ${GITLAB_RUNNER_DESCRIPTION}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
{{- if .Values.GITLAB_TAGS}}
|
{{- if .Values.GITLAB_TAGS}}
|
||||||
- '--tag-list ${GITLAB_TAGS}'
|
- --tag-list
|
||||||
|
- ${GITLAB_TAGS}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
- --run-untagged
|
- --run-untagged
|
||||||
- --locked=false
|
- --locked=false
|
||||||
|
|||||||
Reference in New Issue
Block a user