From 2914c74e38333d13b1fa767dfccb5142b1b267b9 Mon Sep 17 00:00:00 2001 From: Alexey Roytman Date: Mon, 20 Apr 2020 16:49:00 +0300 Subject: [PATCH] Support CableDriver (#18) --- submariner/questions.yml | 6 ++++++ submariner/templates/engine-deploy.yaml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/submariner/questions.yml b/submariner/questions.yml index 2495492..29750e8 100644 --- a/submariner/questions.yml +++ b/submariner/questions.yml @@ -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" diff --git a/submariner/templates/engine-deploy.yaml b/submariner/templates/engine-deploy.yaml index b9c0265..0039709 100644 --- a/submariner/templates/engine-deploy.yaml +++ b/submariner/templates/engine-deploy.yaml @@ -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 }}"