Support CableDriver (#18)

This commit is contained in:
Alexey Roytman
2020-04-20 09:49:00 -04:00
committed by GitHub
parent d82c6ce442
commit 2914c74e38
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -130,3 +130,9 @@ questions:
group: "Advanced Configuration"
description: "Enable Charon debug mode"
label: "Charon Enabled"
- variable: submariner.cableDriver
type: string
default: ""
group: "Advanced Configuration"
description: "Cable driver implementation"
label: "Cable Driver"
+2
View File
@@ -71,6 +71,8 @@ spec:
value: "{{ .Values.submariner.natEnabled }}"
- name: SUBMARINER_BROKER
value: "{{ .Values.broker.type }}"
- name: SUBMARINER_CABLEDRIVER
value: "{{ .Values.submariner.cableDriver }}"
{{- if eq .Values.broker.type "phpapi" }}
- name: BROKER_PHPAPI_PROTO
value: "{{ .Values.broker.proto }}"