Fix coreDNSCustomConfig values

Signed-off-by: Negash <i@negash.ru>
(cherry picked from commit 9ba0123e72)
This commit is contained in:
Negash
2022-01-26 08:44:26 -05:00
committed by Thomas Pantelis
parent 6250b283fa
commit cdc0e0e0c5
@@ -33,6 +33,6 @@ spec:
maxPacketLossCount: 5
{{- with .Values.submariner.coreDNSCustomConfig }}
coreDNSCustomConfig:
configmapName: .configmapName
namespace: .namespace
configmapName: {{ .configmapName }}
namespace: {{ .namespace }}
{{- end }}