Fix the case of configMapName

Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
Stephen Kitt
2023-03-06 15:41:36 -05:00
committed by Thomas Pantelis
parent 0f76612b97
commit c0ce6ae239
@@ -60,6 +60,6 @@ spec:
maxPacketLossCount: 5
{{- with .Values.submariner.coreDNSCustomConfig }}
coreDNSCustomConfig:
configmapName: {{ .configmapName }}
configMapName: {{ .configMapName }}
namespace: {{ .namespace }}
{{- end }}