diff --git a/submariner/templates/lighthouse.yaml b/submariner/templates/lighthouse.yaml index d55e4eb..f390b7a 100644 --- a/submariner/templates/lighthouse.yaml +++ b/submariner/templates/lighthouse.yaml @@ -30,6 +30,10 @@ spec: value: "{{ .Values.submariner.clusterId }}" - name: SUBMARINER_DEBUG value: "{{ .Values.submariner.debug }}" +{{- if ne .Values.submariner.globalCidr "" }} + - name: SUBMARINER_GLOBALNET_ENABLED + value: "true" +{{- end }} - name: BROKER_K8S_APISERVER value: "{{ .Values.broker.server }}" - name: BROKER_K8S_APISERVERTOKEN