From 0a76545715d1be67f6a0a9057a41a62780c9d76e Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Tue, 12 Mar 2019 14:04:54 -0400 Subject: [PATCH] Removed DNS declaration --- templates/GitLab-Runner/0/docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/GitLab-Runner/0/docker-compose.yml b/templates/GitLab-Runner/0/docker-compose.yml index b14ef50..d01f5ac 100644 --- a/templates/GitLab-Runner/0/docker-compose.yml +++ b/templates/GitLab-Runner/0/docker-compose.yml @@ -24,9 +24,6 @@ services: {{- end}} - --run-untagged - --locked=false - dns: - - 1.1.1.1 - - 1.0.0.1 {{- if .Values.GITLAB_LINK}} external_links: - ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}} @@ -45,9 +42,6 @@ services: image: gitlab/gitlab-runner:alpine command: - run - dns: - - 1.1.1.1 - - 1.0.0.1 {{- if .Values.GITLAB_LINK}} external_links: - ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}}