mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 22:30:36 +00:00
refactor: globalnet should be under the broker
Signed-off-by: Steve Mattar <smattar@redhat.com>
This commit is contained in:
committed by
Steve Mattar
parent
8d6ca0bd1d
commit
64d7c11506
@@ -30,7 +30,7 @@ spec:
|
||||
value: "{{ .Values.submariner.clusterId }}"
|
||||
- name: SUBMARINER_DEBUG
|
||||
value: "{{ .Values.submariner.debug }}"
|
||||
{{- if ne .Values.submariner.globalCidr "" }}
|
||||
{{- if .Values.broker.globalnet }}
|
||||
- name: SUBMARINER_GLOBALNET_ENABLED
|
||||
value: "true"
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user