Skip to content

Commit

Permalink
feat: support cableDriver value default is libreswan
Browse files Browse the repository at this point in the history
Closes submariner-io#33

Signed-off-by: Steve Mattar <smattar@redhat.com>
  • Loading branch information
Steve Mattar authored and SteveMattar committed Mar 4, 2021
1 parent 8d13ad1 commit 86ba2b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions submariner-operator/templates/submariner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ spec:
serviceCIDR: "{{ .Values.submariner.serviceCidr }}"
globalCIDR: "{{ .Values.submariner.globalCidr }}"
serviceDiscoveryEnabled: {{ .Values.submariner.serviceDiscovery }}
cableDriver: {{ .Values.submariner.cableDriver }}
1 change: 1 addition & 0 deletions submariner-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ submariner:
colorCodes: blue
debug: false
serviceDiscovery: true
cableDriver: "libreswan"
images:
repository: quay.io/submariner
tag: "0.7.0"
Expand Down
1 change: 1 addition & 0 deletions submariner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ submariner:
colorCodes: blue
debug: false
serviceDiscovery: false
cableDriver: "libreswan"
crd:
create: true
broker:
Expand Down

0 comments on commit 86ba2b8

Please sign in to comment.