Merge "debian: better resolv.conf in builder containers"

This commit is contained in:
Zuul 2022-04-26 18:47:16 +00:00 committed by Gerrit Code Review
commit 3d14a188fa
12 changed files with 48 additions and 0 deletions

View File

@ -41,6 +41,9 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
dnsConfig:
{{- toYaml .Values.dnsConfig | nindent 8 }}
volumes:
- name: {{ .Values.volumes.name }}
hostPath:

View File

@ -26,6 +26,11 @@ volumes:
podAnnotations: {}
dnsConfig:
options:
- name: ndots
value: "1"
podSecurityContext: {}
# fsGroup: 2000

View File

@ -50,6 +50,9 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
dnsConfig:
{{- toYaml .Values.dnsConfig | nindent 8 }}
volumes:
- name: shared-workspace
hostPath:

View File

@ -24,6 +24,11 @@ services:
type: ClusterIP
port: 2375
dnsConfig:
options:
- name: ndots
value: "1"
insecureRegistries:
# - "registry.address:port"

View File

@ -43,6 +43,9 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
dnsConfig:
{{- toYaml .Values.dnsConfig | nindent 8 }}
volumes:
- name: {{ .Values.volumes.name }}
hostPath:

View File

@ -31,6 +31,11 @@ fullnameOverride: ""
podAnnotations: {}
dnsConfig:
options:
- name: ndots
value: "1"
podSecurityContext: {}
# fsGroup: 2000

View File

@ -45,6 +45,9 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
dnsConfig:
{{- toYaml .Values.dnsConfig | nindent 8 }}
volumes:
- name: {{ .Values.volumes.workspace.name }}
hostPath:

View File

@ -41,6 +41,11 @@ fullnameOverride: ""
podAnnotations: {}
dnsConfig:
options:
- name: ndots
value: "1"
podSecurityContext: {}
# fsGroup: 2000

View File

@ -47,6 +47,9 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
dnsConfig:
{{- toYaml .Values.dnsConfig | nindent 8 }}
volumes:
- name: {{ .Values.volumes.name }}
configMap:

View File

@ -40,6 +40,11 @@ fullnameOverride: ""
podAnnotations: {}
dnsConfig:
options:
- name: ndots
value: "1"
podSecurityContext: {}
# fsGroup: 2000

View File

@ -48,6 +48,9 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
dnsConfig:
{{- toYaml .Values.dnsConfig | nindent 8 }}
volumes:
- name: {{ .Values.volumes.workspace.name }}
hostPath:

View File

@ -50,6 +50,11 @@ fullnameOverride: ""
podAnnotations: {}
dnsConfig:
options:
- name: ndots
value: "1"
podSecurityContext: {}
# fsGroup: 2000