mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 06:10:34 +00:00
feat: support cableDriver value default is libreswan
Closes #33 Signed-off-by: Steve Mattar <smattar@redhat.com>
This commit is contained in:
committed by
Steve Mattar
parent
8d13ad14fb
commit
86ba2b8857
@@ -24,3 +24,4 @@ spec:
|
|||||||
serviceCIDR: "{{ .Values.submariner.serviceCidr }}"
|
serviceCIDR: "{{ .Values.submariner.serviceCidr }}"
|
||||||
globalCIDR: "{{ .Values.submariner.globalCidr }}"
|
globalCIDR: "{{ .Values.submariner.globalCidr }}"
|
||||||
serviceDiscoveryEnabled: {{ .Values.submariner.serviceDiscovery }}
|
serviceDiscoveryEnabled: {{ .Values.submariner.serviceDiscovery }}
|
||||||
|
cableDriver: {{ .Values.submariner.cableDriver }}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ submariner:
|
|||||||
colorCodes: blue
|
colorCodes: blue
|
||||||
debug: false
|
debug: false
|
||||||
serviceDiscovery: true
|
serviceDiscovery: true
|
||||||
|
cableDriver: "libreswan"
|
||||||
images:
|
images:
|
||||||
repository: quay.io/submariner
|
repository: quay.io/submariner
|
||||||
tag: "0.7.0"
|
tag: "0.7.0"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ submariner:
|
|||||||
colorCodes: blue
|
colorCodes: blue
|
||||||
debug: false
|
debug: false
|
||||||
serviceDiscovery: false
|
serviceDiscovery: false
|
||||||
|
cableDriver: "libreswan"
|
||||||
crd:
|
crd:
|
||||||
create: true
|
create: true
|
||||||
broker:
|
broker:
|
||||||
|
|||||||
Reference in New Issue
Block a user