Fix NB_PROXY_SUPPORTS_CUSTOM_PORTS never being set to false

This commit is contained in:
Viktor Liu
2026-03-24 12:49:43 +01:00
parent fe60c21c54
commit dde868a5ca
@@ -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"