Removed DNS declaration
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user