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 maxPacketLossCount: 5
{{- with .Values.submariner.coreDNSCustomConfig }} {{- with .Values.submariner.coreDNSCustomConfig }}
coreDNSCustomConfig: coreDNSCustomConfig:
configmapName: .configmapName configmapName: {{ .configmapName }}
namespace: .namespace namespace: {{ .namespace }}
{{- end }} {{- end }}