From e43e321a0d56aec2b294595caa5db96e5aaa23b4 Mon Sep 17 00:00:00 2001 From: Vishal Thapar <5137689+vthapar@users.noreply.github.com> Date: Wed, 10 Jun 2020 02:10:18 +0530 Subject: [PATCH] Use correct name for lighthouse-coredns (#41) --- submariner/templates/lighthouse-coredns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submariner/templates/lighthouse-coredns.yaml b/submariner/templates/lighthouse-coredns.yaml index d6ab12a..6ea200f 100644 --- a/submariner/templates/lighthouse-coredns.yaml +++ b/submariner/templates/lighthouse-coredns.yaml @@ -25,7 +25,7 @@ spec: - /etc/coredns/Corefile image: {{ .Values.lighthouseCoredns.image.repository }}:{{ .Values.lighthouseCoredns.image.tag }} imagePullPolicy: {{ .Values.lighthouseCoredns.image.pullPolicy }} - name: {{ template "submariner.fullname" . }}-lighthouse-agent + name: {{ template "submariner.lighthouseDnsName" . }} volumeMounts: - mountPath: /etc/coredns name: config-volume