mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 15:30:34 +00:00
Add ceIPSecForceUDPEncaps & coreDNSCustomConfig variables
Signed-off-by: Victor Godoy Hernández <vigohe@gmail.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
916f255461
commit
9347e8f345
@@ -10,6 +10,7 @@ spec:
|
||||
brokerK8sCA: {{ .Values.broker.ca }}
|
||||
brokerK8sRemoteNamespace: {{ .Values.broker.namespace }}
|
||||
ceIPSecDebug: {{ .Values.ipsec.debug }}
|
||||
ceIPSecForceUDPEncaps: {{ .Values.ipsec.forceUDPEncaps }}
|
||||
ceIPSecIKEPort: {{ .Values.ipsec.ikePort }}
|
||||
ceIPSecNATTPort: {{ .Values.ipsec.natPort }}
|
||||
ceIPSecPSK: {{ .Values.ipsec.psk }}
|
||||
@@ -26,3 +27,8 @@ spec:
|
||||
serviceDiscoveryEnabled: {{ .Values.submariner.serviceDiscovery }}
|
||||
cableDriver: {{ .Values.submariner.cableDriver }}
|
||||
connectionHealthCheck: {{ .Values.submariner.healthcheckEnabled }}
|
||||
{{- with .Values.submariner.coreDNSCustomConfig }}
|
||||
coreDNSCustomConfig:
|
||||
configmapName: .configmapName
|
||||
namespace: .namespace
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user