Removed DNS declaration

This commit is contained in:
WilliamMiceli
2019-03-12 14:04:54 -04:00
parent a545055f5c
commit 0a76545715

View File

@@ -24,9 +24,6 @@ services:
{{- end}} {{- end}}
- --run-untagged - --run-untagged
- --locked=false - --locked=false
dns:
- 1.1.1.1
- 1.0.0.1
{{- if .Values.GITLAB_LINK}} {{- if .Values.GITLAB_LINK}}
external_links: external_links:
- ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}} - ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}}
@@ -45,9 +42,6 @@ services:
image: gitlab/gitlab-runner:alpine image: gitlab/gitlab-runner:alpine
command: command:
- run - run
dns:
- 1.1.1.1
- 1.0.0.1
{{- if .Values.GITLAB_LINK}} {{- if .Values.GITLAB_LINK}}
external_links: external_links:
- ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}} - ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}}