From c0ce6ae23951fbe8aeed3a19f3c0b274ac04b322 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 6 Mar 2023 17:10:04 +0100 Subject: [PATCH] Fix the case of configMapName Signed-off-by: Stephen Kitt --- submariner-operator/templates/submariner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submariner-operator/templates/submariner.yaml b/submariner-operator/templates/submariner.yaml index c47f97c..d324bf3 100644 --- a/submariner-operator/templates/submariner.yaml +++ b/submariner-operator/templates/submariner.yaml @@ -60,6 +60,6 @@ spec: maxPacketLossCount: 5 {{- with .Values.submariner.coreDNSCustomConfig }} coreDNSCustomConfig: - configmapName: {{ .configmapName }} + configMapName: {{ .configMapName }} namespace: {{ .namespace }} {{- end }}