From cdc0e0e0c5507f05d4321c8b0de5687659d22828 Mon Sep 17 00:00:00 2001 From: Negash Date: Wed, 5 Jan 2022 17:47:35 +0500 Subject: [PATCH] Fix coreDNSCustomConfig values Signed-off-by: Negash (cherry picked from commit 9ba0123e72b98464edd861373d5cbf07ac31ecad) --- submariner-operator/templates/submariner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submariner-operator/templates/submariner.yaml b/submariner-operator/templates/submariner.yaml index 527a712..82a3197 100644 --- a/submariner-operator/templates/submariner.yaml +++ b/submariner-operator/templates/submariner.yaml @@ -33,6 +33,6 @@ spec: maxPacketLossCount: 5 {{- with .Values.submariner.coreDNSCustomConfig }} coreDNSCustomConfig: - configmapName: .configmapName - namespace: .namespace + configmapName: {{ .configmapName }} + namespace: {{ .namespace }} {{- end }}