Fix coreDNSCustomConfig values

Signed-off-by: Negash <i@negash.ru>
This commit is contained in:
Negash
2022-01-05 12:47:35 +00:00
committed by GitHub
parent b3a5e40a5a
commit 9ba0123e72
@@ -33,6 +33,6 @@ spec:
maxPacketLossCount: 5
{{- with .Values.submariner.coreDNSCustomConfig }}
coreDNSCustomConfig:
configmapName: .configmapName
namespace: .namespace
configmapName: {{ .configmapName }}
namespace: {{ .namespace }}
{{- end }}