mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 12:00:35 +00:00
Fix the case of configMapName
Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
0f76612b97
commit
c0ce6ae239
@@ -60,6 +60,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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user