mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 19:40:35 +00:00
Use correct name for lighthouse-coredns (#41)
This commit is contained in:
@@ -25,7 +25,7 @@ spec:
|
|||||||
- /etc/coredns/Corefile
|
- /etc/coredns/Corefile
|
||||||
image: {{ .Values.lighthouseCoredns.image.repository }}:{{ .Values.lighthouseCoredns.image.tag }}
|
image: {{ .Values.lighthouseCoredns.image.repository }}:{{ .Values.lighthouseCoredns.image.tag }}
|
||||||
imagePullPolicy: {{ .Values.lighthouseCoredns.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.lighthouseCoredns.image.pullPolicy }}
|
||||||
name: {{ template "submariner.fullname" . }}-lighthouse-agent
|
name: {{ template "submariner.lighthouseDnsName" . }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/coredns
|
- mountPath: /etc/coredns
|
||||||
name: config-volume
|
name: config-volume
|
||||||
|
|||||||
Reference in New Issue
Block a user