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 }}"