feat: support cableDriver value default is libreswan

Closes #33

Signed-off-by: Steve Mattar <smattar@redhat.com>
This commit is contained in:
Steve Mattar
2021-03-04 19:46:28 +02:00
committed by Steve Mattar
parent 8d13ad14fb
commit 86ba2b8857
3 changed files with 3 additions and 0 deletions
@@ -24,3 +24,4 @@ spec:
serviceCIDR: "{{ .Values.submariner.serviceCidr }}"
globalCIDR: "{{ .Values.submariner.globalCidr }}"
serviceDiscoveryEnabled: {{ .Values.submariner.serviceDiscovery }}
cableDriver: {{ .Values.submariner.cableDriver }}
+1
View File
@@ -9,6 +9,7 @@ submariner:
colorCodes: blue
debug: false
serviceDiscovery: true
cableDriver: "libreswan"
images:
repository: quay.io/submariner
tag: "0.7.0"