mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 19:00:35 +00:00
Support CableDriver (#18)
This commit is contained in:
@@ -130,3 +130,9 @@ questions:
|
|||||||
group: "Advanced Configuration"
|
group: "Advanced Configuration"
|
||||||
description: "Enable Charon debug mode"
|
description: "Enable Charon debug mode"
|
||||||
label: "Charon Enabled"
|
label: "Charon Enabled"
|
||||||
|
- variable: submariner.cableDriver
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
group: "Advanced Configuration"
|
||||||
|
description: "Cable driver implementation"
|
||||||
|
label: "Cable Driver"
|
||||||
|
|||||||
@@ -71,6 +71,8 @@ spec:
|
|||||||
value: "{{ .Values.submariner.natEnabled }}"
|
value: "{{ .Values.submariner.natEnabled }}"
|
||||||
- name: SUBMARINER_BROKER
|
- name: SUBMARINER_BROKER
|
||||||
value: "{{ .Values.broker.type }}"
|
value: "{{ .Values.broker.type }}"
|
||||||
|
- name: SUBMARINER_CABLEDRIVER
|
||||||
|
value: "{{ .Values.submariner.cableDriver }}"
|
||||||
{{- if eq .Values.broker.type "phpapi" }}
|
{{- if eq .Values.broker.type "phpapi" }}
|
||||||
- name: BROKER_PHPAPI_PROTO
|
- name: BROKER_PHPAPI_PROTO
|
||||||
value: "{{ .Values.broker.proto }}"
|
value: "{{ .Values.broker.proto }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user