mirror of
https://github.com/netbirdio/helms.git
synced 2026-05-22 17:13:06 -07:00
Fix NB_PROXY_SUPPORTS_CUSTOM_PORTS never being set to false
This commit is contained in:
@@ -184,10 +184,8 @@ spec:
|
||||
- name: NB_PROXY_WG_PORT
|
||||
value: {{ .Values.netbirdPort.port | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.supportsCustomPorts }}
|
||||
- name: NB_PROXY_SUPPORTS_CUSTOM_PORTS
|
||||
value: "true"
|
||||
{{- end }}
|
||||
value: {{ .Values.supportsCustomPorts | quote }}
|
||||
{{- if .Values.requireSubdomain }}
|
||||
- name: NB_PROXY_REQUIRE_SUBDOMAIN
|
||||
value: "true"
|
||||
|
||||
Reference in New Issue
Block a user